aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix overflow check in BN_bn2dec()topic/bn-bn2dec-fixKazuki Yamaguchi2016-08-221-3/+2
* Duplicate includesFdaSilvaYY2016-08-202-2/+0
* Fix off by 1 in ASN1_STRING_set()Kurt Roeckx2016-08-201-1/+1
* Add BIO_get_new_index()Rich Salz2016-08-197-30/+55
* fix warning about trailing commaDr. Stephen Henson2016-08-191-1/+1
* make updateDr. Stephen Henson2016-08-191-4/+8
* rename ordinalsDr. Stephen Henson2016-08-191-4/+4
* Constify certificate and CRL time routines.Dr. Stephen Henson2016-08-1912-65/+115
* Add -dane_ee_no_namechecks s_client(1) optionViktor Dukhovni2016-08-192-1/+28
* Set certificate times in one function.Dr. Stephen Henson2016-08-195-23/+44
* Avoid duplicated code.Dr. Stephen Henson2016-08-193-43/+18
* RT3940: For now, just document the issue.Rich Salz2016-08-192-0/+6
* MEMPACKET is typedef'd in ssltestlib.h, don't do so again in ssltestlib.cRichard Levitte2016-08-191-2/+2
* Allow to run all speed test when async_jobs activeFdaSilvaYY2016-08-191-33/+54
* make updateDr. Stephen Henson2016-08-191-0/+1
* Convert PKCS12* functions to use const gettersMatt Caswell2016-08-197-50/+66
* Update function error codeMatt Caswell2016-08-191-1/+1
* Fix some clang warningsMatt Caswell2016-08-193-3/+5
* Fix DTLS replay protectionMatt Caswell2016-08-195-14/+57
* Add DTLS replay protection testMatt Caswell2016-08-191-4/+16
* Fix DTLS unprocessed records bugMatt Caswell2016-08-192-2/+21
* Add a DTLS unprocesed records testMatt Caswell2016-08-193-1/+156
* 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