aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-0524-1419/+293
* Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx2015-12-0412-142/+43
* Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx2015-12-048-72/+48
* Remove support for SSL_{CTX_}set_tmp_ecdh_callback().Kurt Roeckx2015-12-049-68/+10
* Fix EAP FAST in the new state machineMatt Caswell2015-12-041-0/+13
* Revert unnecessary SSL_CIPHER_get_bits API changeViktor Dukhovni2015-12-042-5/+5
* Run test/run_tests.pl directly in the test_ordinals targetRichard Levitte2015-12-041-1/+1
* bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193).Andy Polyakov2015-12-032-3/+37
* perlasm/ppc-xlate.pl: comply with ABIs that specify vrsave as reserved.Andy Polyakov2015-12-031-0/+20
* modes/ocb128.c: fix sanitizer warning.Andy Polyakov2015-12-021-7/+7
* Fix ./Configure reconfRichard Levitte2015-12-021-1/+2
* Remove RSA_FLAG_SIGN_VER flag.Dr. Stephen Henson2015-12-024-19/+4
* Move the backtrace memleak options to a separate variableRichard Levitte2015-12-021-1/+13
* make updateDr. Stephen Henson2015-12-021-2/+2
* Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson2015-12-0225-486/+78
* Run test_ordinals after updateRich Salz2015-12-022-1/+4
* _BSD_SOURCE is deprecated, use _DEFAULT_SOURCE insteadRichard Levitte2015-12-021-0/+1
* Add backtrace to memory leak outputRichard Levitte2015-12-022-27/+50
* crypto/sparcv9cap.c: add SIGILL-free feature detection for Solaris.Andy Polyakov2015-12-021-0/+47
* modes/ocb128.c: split fixed block xors to aligned and misaligned.Andy Polyakov2015-12-022-57/+26
* modes/ocb128.c: ocb_lookup_l to allow non-contiguous lookupAndy Polyakov2015-12-021-8/+29
* typo fix on functionRich Salz2015-12-011-1/+1
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-0150-788/+537
* Remove BN_initRich Salz2015-11-307-32/+16
* Remove GOST special case: handled automatically now.Dr. Stephen Henson2015-11-301-15/+0
* Use digest indices for signature algorithms.Dr. Stephen Henson2015-11-303-35/+20
* For TLS < 1.2 use default digest for client certificateDr. Stephen Henson2015-11-301-3/+9
* Use digest tables for defaults.Dr. Stephen Henson2015-11-303-10/+11
* Correct aes-128-cbc cipher nameViktor Dukhovni2015-11-282-2/+2
* fix function code discrepancyDr. Stephen Henson2015-11-273-4/+4
* PRF and handshake hash revision.Dr. Stephen Henson2015-11-276-231/+138
* Updates to GOST2012Matt Caswell2015-11-276-40/+46
* Remove X509_VERIFY_PARAM_IDDr. Stephen Henson2015-11-264-74/+49
* Fix a NULL deref in an error pathMatt Caswell2015-11-261-1/+1
* Add documentation for BN_with_flagsMatt Caswell2015-11-262-3/+35
* Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell2015-11-267-129/+194
* Remove unused cert_verify_mac codeDr. Stephen Henson2015-11-257-47/+0
* Configuratons: add -DFILIO_H to harmonized Solaris targets.Andy Polyakov2015-11-242-39/+27
* Remove useless locking codeAlessandro Ghedini2015-11-241-2/+0
* Fix typo: _REENTERANT -> _REENTRANTFinn Hakansson2015-11-241-1/+1
* mark openssl configuration as loaded at end of OPENSSL_configMarcus Meissner2015-11-241-0/+1
* Fix grammar errorsQuanah Gibson-Mount2015-11-241-4/+4
* ssl3_free(): Return if it wasn't createdPascal Cuoq2015-11-241-1/+1
* Add ctrl for SHA1 and SSLv3Dr. Stephen Henson2015-11-241-0/+55
* make updateDr. Stephen Henson2015-11-242-0/+17
* Use EVP_md5_sha1() to process client verifyDr. Stephen Henson2015-11-241-130/+44
* Use EVP_md5_sha1() to generate client verifyDr. Stephen Henson2015-11-243-141/+39
* Add EVP_MD_CTX_ctrl function.Dr. Stephen Henson2015-11-242-0/+12
* Add ssl3 ctrl to EVP_md5_sha1().Dr. Stephen Henson2015-11-242-0/+72
* Remove RSA exception when generating server key exchange.Dr. Stephen Henson2015-11-241-37/+0