Hi, I noticed the ITP for libressl and wanted to ask a few questions: 1. I'm setting up pbuilder to do some automated testing, could I have access to the prototype debian package control files for libressl?
2. Do you have a more automated way of generating that symbol versioning script, and are you planning on pushing that upstream? Currently, we're bumping the major on ABI changes (note we're at 30 and 27), so I'm not entirely following the need to version individual symbols. Some of libressl's non-opaque structs have also changed in size or layout compared to openssl. 3. I'm looking at some of the warnings on gcc 4.9 mentioned above. They look like dead code that's simply not caught by the other compilers we tested, we will review fixing that. Also, please do not replace arc4random in libressl. We'll have to figure out what to do about the circular dependency with openssh, but replacing with the version from libbsd is really not the way to go at the moment. Please at least ping t...@openbsd.org (or you can report on the github mirror), if you're making any changes to the way the library handles OS compatibility.