aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-8/+8
* Fix jpaketest compilation error.Dr. Stephen Henson2016-01-111-0/+4
* Only run DANE tests when EC is supportedRichard Levitte2016-01-111-0/+4
* Update leak test to check return values.Dr. Stephen Henson2016-01-111-18/+6
* Enable/disable crypto-mdebug just like other featuresViktor Dukhovni2016-01-1117-25/+41
* fix shadow warningDr. Stephen Henson2016-01-101-2/+2
* Fixup actually update danetest.cViktor Dukhovni2016-01-081-2/+1
* Minor test updateViktor Dukhovni2016-01-071-747/+0
* Fix another build break for no-mem-debugRich Salz2016-01-071-0/+2
* mem functions cleanupRich Salz2016-01-0720-105/+939
* DANE support for X509_verify_cert()Viktor Dukhovni2016-01-075-3/+2269
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-071-1/+1
* Add support for minimum and maximum protocol versionKurt Roeckx2016-01-022-9/+651
* make a "missed make update" updateRich Salz2015-12-281-1/+1
* Add test for missing CertificateStatus messageMatt Caswell2015-12-271-0/+102
* Add ossl_inlineDr. Stephen Henson2015-12-221-0/+1
* unload modules in ssltestDr. Stephen Henson2015-12-221-0/+1
* Fix URLs mangled by reformatMatt Caswell2015-12-191-1/+1
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-166-11/+15
* Don't export internal symbolsMatt Caswell2015-12-152-5/+6
* Better splitting regexp for test_ordinalsRichard Levitte2015-12-151-8/+8
* Fix a ** 0 mod 1 = 0 for real this time.Emilia Kasper2015-12-141-9/+72
* add malloc fail check & fix memory leakHongze Zhu2015-12-141-15/+42
* Make no-dh work, plus other no-dh problems found by Richard.Ben Laurie2015-12-111-0/+4
* Adapt EVP tests to the opaque EVP_ENCODE_CTXRichard Levitte2015-12-111-8/+16
* x86[_64] assembly pack: add optimized AES-NI OCB subroutines.Andy Polyakov2015-12-101-0/+40
* evp/c_allc.c: wire ChaCha20-Poly1305 and add tests.Andy Polyakov2015-12-101-0/+65
* test/evp_test.c: allow generic AEAD ciphers to be tested.Andy Polyakov2015-12-101-0/+2
* make updateDr. Stephen Henson2015-12-091-28/+13
* remove ecdsa.h headerDr. Stephen Henson2015-12-091-1/+1
* modify ecdsatest to use accessorDr. Stephen Henson2015-12-091-9/+14
* remove ecdh.h headerDr. Stephen Henson2015-12-091-1/+0
* Extended master secret test script.Dr. Stephen Henson2015-12-081-0/+273
* Cleanup the EVP_MD_CTX before exit rather than afterRichard Levitte2015-12-081-1/+1
* Cleanup: fix all sources that used HMAC_CTX_initRichard Levitte2015-12-071-2/+2
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-078-24/+24
* Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanupRichard Levitte2015-12-072-3/+1
* Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte2015-12-071-28/+40
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-078-74/+89
* Adapt HMAC to the EVP_MD_CTX changesRichard Levitte2015-12-071-1/+1
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-051-44/+0
* Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx2015-12-041-1/+0
* Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx2015-12-041-0/+1
* bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193).Andy Polyakov2015-12-031-0/+18
* Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson2015-12-021-1/+1
* Run test_ordinals after updateRich Salz2015-12-021-0/+0
* _BSD_SOURCE is deprecated, use _DEFAULT_SOURCE insteadRichard Levitte2015-12-021-0/+1
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-0/+148
* Fix (minor) problems found by ubsanAlessandro Ghedini2015-11-211-1/+6