aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove "noise" comments from TS files.Rich Salz2015-09-2210-337/+48
* RT3479: Add UTF8 support to BIO_read_filename()David Woodhouse2015-09-211-3/+10
* RT3823: Improve the robustness of event loggingGunnar Kudrjavets2015-09-211-5/+21
* GOST PKCS12 supportMatt Caswell2015-09-211-3/+38
* Add GOST extensions to PKCS#5Matt Caswell2015-09-211-0/+4
* Fix SRP memory leaksMatt Caswell2015-09-211-9/+24
* Fix -srpvfile option in srp command lineMatt Caswell2015-09-211-12/+16
* Make SRP work with -wwwDr. Stephen Henson2015-09-201-0/+45
* Handle SSL_ERROR_WANT_X509_LOOKUPDr. Stephen Henson2015-09-201-0/+4
* remove unneeded includesDr. Stephen Henson2015-09-201-6/+0
* make no-dh workDr. Stephen Henson2015-09-205-6/+18
* Move EVP_PKEY_METHOD into private headers.Dr. Stephen Henson2015-09-207-13/+8
* Simplify Simple.pm further, and make it more verboseRichard Levitte2015-09-201-5/+4
* Correct srp testRichard Levitte2015-09-201-1/+1
* Correct jpake testRichard Levitte2015-09-201-1/+1
* Correct sha testsRichard Levitte2015-09-203-3/+3
* Correct whirlpool testRichard Levitte2015-09-201-1/+1
* Finally, remove a possibly disabled featureRichard Levitte2015-09-201-3/+0
* Add more features that may be disabledRichard Levitte2015-09-201-0/+6
* Add more features that may be disabledRichard Levitte2015-09-201-1/+19
* Add more features that may be disabledRichard Levitte2015-09-201-3/+21
* Add more features that may be disabledRichard Levitte2015-09-201-0/+63
* Sort the disabled features alphabeticallyRichard Levitte2015-09-201-7/+7
* typoDr. Stephen Henson2015-09-201-1/+1
* Update Simple.pm to use disabled()Dr. Stephen Henson2015-09-201-1/+2
* Change test recipes to use disabled()Dr. Stephen Henson2015-09-206-20/+26
* Add Utils.pmDr. Stephen Henson2015-09-201-0/+84
* Small typoRichard Levitte2015-09-201-1/+1
* Make sure to actually use @smime_cms_comp_test when testing it...Richard Levitte2015-09-191-1/+1
* 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