aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Split create_ssl_connection()Matt Caswell2016-08-194-37/+64
* Add a DTLS packet mem BIOMatt Caswell2016-08-192-0/+306
* Add a (D)TLS dumper BIOMatt Caswell2016-08-192-0/+223
* Add more details on how to add a new SSL testEmilia Kasper2016-08-192-19/+44
* make updateDr. Stephen Henson2016-08-191-0/+1
* Add X509_get0_serialNumber() and constify OCSP_cert_to_id()Dr. Stephen Henson2016-08-195-14/+29
* constify X509_REQ_get0_signature()Dr. Stephen Henson2016-08-194-9/+10
* constify i2o_ECPublicKeyDr. Stephen Henson2016-08-192-2/+2
* Sort %disabled in ConfigureBenjamin Kaduk2016-08-191-3/+3
* Fix missing dane_tlsa_rrdata option error messageViktor Dukhovni2016-08-181-1/+1
* Constify i2a*Dr. Stephen Henson2016-08-185-6/+6
* Simplify indentation of DECLARE_ and IMPLEMENT_ linesRichard Levitte2016-08-181-1/+1
* Indent ssl/Emilia Kasper2016-08-1839-1405/+1218
* Convert X509_REVOKED* functions to use const gettersMatt Caswell2016-08-186-11/+12
* Test that the peers send at most one fatal alertEmilia Kasper2016-08-184-5/+29
* Port multi-buffer testsEmilia Kasper2016-08-1810-31/+648
* Fix some doc nits.Rich Salz2016-08-172-2/+2
* Don't try to init dasync internallyRichard Levitte2016-08-172-16/+2
* make updateDr. Stephen Henson2016-08-171-0/+1
* Constify X509_SIG.Dr. Stephen Henson2016-08-179-47/+69
* Small nits and cleanupsFdaSilvaYY2016-08-174-76/+75
* Constify char* input parameters in apps codeFdaSilvaYY2016-08-1717-130/+143
* Simplify and add help about OPT_PVK* optionsFdaSilvaYY2016-08-172-39/+24
* Improve error messageFdaSilvaYY2016-08-171-0/+6
* Relocalise some globals variablesFdaSilvaYY2016-08-173-79/+39
* Constify ssl_cert_type()Dr. Stephen Henson2016-08-172-2/+2
* Constify X509_certificate_type()Dr. Stephen Henson2016-08-172-2/+2
* Constify X509_get0_signature()Dr. Stephen Henson2016-08-175-6/+10
* Convert X509* functions to use const gettersDr. Stephen Henson2016-08-1712-21/+24
* Convert X509_CRL* functions to use const gettersMatt Caswell2016-08-179-20/+23
* Make X509_NAME_get0_der() conform to OpenSSL styleMatt Caswell2016-08-173-6/+6
* Corrupt signature in place.Dr. Stephen Henson2016-08-175-18/+8
* Convert OCSP* functions to use const gettersMatt Caswell2016-08-173-9/+8
* Constify private key decode.Dr. Stephen Henson2016-08-1711-20/+20
* constify X509_ALGOR_get0()Dr. Stephen Henson2016-08-1710-32/+32
* Constify ASN1_item_unpack().Dr. Stephen Henson2016-08-172-2/+2
* Add missing session id and tlsext_status accessorsRemi Gacogne2016-08-179-0/+136
* dasync is an internal testing engine, so don't install itRichard Levitte2016-08-172-6/+6
* VMS: no ENDIF on one line IF statements, in config.comRichard Levitte2016-08-171-1/+0
* Convert SSL_SESSION* functions to use const gettersMatt Caswell2016-08-164-4/+4
* Convert PKCS8* functions to use const gettersMatt Caswell2016-08-165-6/+10
* Convert TS_STATUS_INFO* functions to use const gettersMatt Caswell2016-08-162-6/+9
* two typo fixesFdaSilvaYY2016-08-162-2/+2
* Fix compilation when using MASM on x86Gergely Nagy2016-08-161-1/+1
* Provide compat macros for SSL_CTX_set_ecdh_auto() and SSL_set_ecdh_auto()Matt Caswell2016-08-161-0/+2
* Ensure we unpad in constant time for read pipeliningMatt Caswell2016-08-161-3/+9
* Corrupt signature earlier.Dr. Stephen Henson2016-08-162-14/+15
* make updateDr. Stephen Henson2016-08-161-1/+2
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-1625-40/+73
* Remove duplicate ordinalsRichard Levitte2016-08-161-3/+0