aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some test failures when Configured with zlibMatt Caswell2015-09-191-1/+2
* Print out a list of disabled features.Dr. Stephen Henson2015-09-191-1/+36
* Return shared OIDs when decoding.Dr. Stephen Henson2015-09-191-1/+24
* Fix indentationViktor Dukhovni2015-09-191-7/+7
* Check if test_rehash is run as rootRichard Levitte2015-09-181-3/+10
* Remove PACKET_backEmilia Kasper2015-09-182-23/+5
* Make sure OPENSSL_cleanse checks for NULLMatt Caswell2015-09-171-0/+4
* base64 decode: check for high bitEmilia Kasper2015-09-172-2/+24
* RT3757: base64 encoding bugsEmilia Kasper2015-09-174-134/+480
* Remove PACKET_(get|goto)_bookmarkEmilia Kasper2015-09-175-160/+122
* Embed various signature algorithms.Dr. Stephen Henson2015-09-1714-45/+43
* RT4033: Use OPENSSL_SYS_UNIX not "unix"Rich Salz2015-09-172-2/+3
* RT4047: Set reference count earlierFilipe DA SILVA2015-09-173-3/+4
* Disentangle RSA premaster secret parsingEmilia Kasper2015-09-171-52/+46
* Embed X509_REQ_INFODr. Stephen Henson2015-09-168-32/+32
* Embed X509_CINFDr. Stephen Henson2015-09-1612-90/+82
* X509_CRL_INFO embedDr. Stephen Henson2015-09-1610-59/+53
* Change X509_VAL in X509 structure to embedded.Dr. Stephen Henson2015-09-164-14/+14
* New ASN.1 embed macro.Dr. Stephen Henson2015-09-167-13/+72
* Fix build on mingwAlessandro Ghedini2015-09-161-0/+3
* Fix return values when adding serverinfo fails.Kurt Roeckx2015-09-161-8/+10
* make updateMatt Caswell2015-09-165-125/+135
* Extend the notes on how to do testingRichard Levitte2015-09-151-8/+32
* Add a method to list available testsRichard Levitte2015-09-153-3/+16
* Add a few notes on perlRichard Levitte2015-09-152-1/+23
* d2i: don't update input pointer on failureKurt Roeckx2015-09-146-12/+27
* Fix PSK identity hint handling.Dr. Stephen Henson2015-09-145-24/+30
* Constify ECDSA_METHOD_new.Dr. Stephen Henson2015-09-122-2/+2
* Fix zlib CMS compilation.Dr. Stephen Henson2015-09-113-3/+2
* Use default field separator.Dr. Stephen Henson2015-09-112-2/+7
* Fix "defined but not used" warnings.Dr. Stephen Henson2015-09-114-78/+78
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-1189-346/+467
* Unwriteable directories are errorsRich Salz2015-09-102-1/+4
* EVP_PKEY_METHOD accessor functions.Dr. Stephen Henson2015-09-102-0/+259
* RT3754: check for NULL pointerEmilia Kasper2015-09-102-3/+8
* Restore SSLerr on PACKET_strndup failure.Emilia Kasper2015-09-101-0/+1
* RT3992: Make SCT #ifdeffable.David Woodhouse2015-09-094-2/+11
* Add a simple test for the new rehash commandRichard Levitte2015-09-091-0/+56
* Make sure the temporary error log resides in a well defined locationRichard Levitte2015-09-091-1/+2
* Fix warning about mixed declarations and code.Dr. Stephen Henson2015-09-091-2/+3
* PACKET: add PACKET_memdup and PACKET_strndupEmilia Kasper2015-09-093-30/+120
* RT3993: Fix error found by VS2008David Woodhouse2015-09-081-1/+1
* RT3969: Add OPENSSL_SYS_UEFIDavid Woodhouse2015-09-085-4/+26
* Fix rehash/c_rehash doc and behavior.Rich Salz2015-09-083-35/+55
* Fix uninit warning. Remove unnecessary casts. Nothing to add is an error.Ben Laurie2015-09-081-5/+10
* add support for apple os/xRich Salz2015-09-071-3/+2
* Fix a few tests that depended on the wrong algorithm checkRichard Levitte2015-09-083-3/+3
* Adjust the general fill-column in doc/dir-locals.example.elRichard Levitte2015-09-081-1/+1
* Adjust the verify_extra test recipe to its executableRichard Levitte2015-09-081-2/+9
* GH391: Apple portRich Salz2015-09-071-28/+57