aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add SSL_CIPHER_description() for Chacha20/Poly1305Matt Caswell2015-12-171-0/+3
* Modify the lower level memory allocation routines to take size_tRichard Levitte2015-12-174-33/+33
* mem-cleanup, cont'd.Rich Salz2015-12-164-71/+2
* Rename sec_mem to mem_sec, like other files.Rich Salz2015-12-163-11/+6
* Fix typo.Rich Salz2015-12-161-1/+0
* Provide better "make depend" warning.Rich Salz2015-12-161-13/+17
* Fix no-dgram.Ben Laurie2015-12-162-2/+7
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-1686-460/+362
* fix for no-ecDr. Stephen Henson2015-12-161-1/+7
* make updateDr. Stephen Henson2015-12-161-0/+3
* Use EVP_PKEY for client side EC.Dr. Stephen Henson2015-12-163-90/+52
* Use EVP_PKEY for server EC.Dr. Stephen Henson2015-12-163-58/+32
* Add ECDH/DH utility functions.Dr. Stephen Henson2015-12-162-0/+73
* remove unnecessary key copyDr. Stephen Henson2015-12-161-18/+1
* Constify EC_KEY in ECDH_compute_key.Dr. Stephen Henson2015-12-164-10/+11
* Remove ECDH client auth code.Dr. Stephen Henson2015-12-163-113/+28
* Remove SSL_OP_SINGLE_ECDH_USE code.Dr. Stephen Henson2015-12-162-44/+19
* Use EC_KEY_key2buf and EC_oct2key in libssl.Dr. Stephen Henson2015-12-162-89/+15
* New EC functions.Dr. Stephen Henson2015-12-165-28/+84
* Fix build on SolarisMatt Caswell2015-12-151-0/+4
* Fix updating via mkdef.plMatt Caswell2015-12-151-10/+14
* Don't export internal symbolsMatt Caswell2015-12-157-5206/+5402
* Better splitting regexp for test_ordinalsRichard Levitte2015-12-151-8/+8
* Remove GMP engine.Rich Salz2015-12-1511-739/+10
* Fix s_server problem with no-ecMatt Caswell2015-12-156-35/+9
* Fix no-psk compile failureMatt Caswell2015-12-151-0/+2
* Fix compile failure with no-srpMatt Caswell2015-12-151-1/+7
* Update EVP_PKEY documentation.Dr. Stephen Henson2015-12-141-15/+19
* make updateDr. Stephen Henson2015-12-142-6/+13
* New function X509_get0_pubkeyDr. Stephen Henson2015-12-1412-54/+50
* Add EVP_PKEY_get0_* functions.Dr. Stephen Henson2015-12-144-22/+72
* Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson2015-12-144-1/+20
* Fix a ** 0 mod 1 = 0 for real this time.Emilia Kasper2015-12-142-17/+103
* crpyto/ppccpuid.pl: add FPU probe and fix OPENSSL_rdtsc.Andy Polyakov2015-12-141-0/+19
* crypto/ppccap.c: add SIGILL-free processor capability detection code.Andy Polyakov2015-12-142-21/+119
* add malloc fail check & fix memory leakHongze Zhu2015-12-141-15/+42
* Fix erroneous SO suffix in darwin64-debug-test-64-clang targetViktor Dukhovni2015-12-131-1/+1
* Fix typoBen Kaduk2015-12-132-2/+2
* Fix option value parsing in crl2pkcs7 -certfileViktor Dukhovni2015-12-131-1/+1
* Avoid erroneous "assert(private)" failures.Viktor Dukhovni2015-12-134-13/+26
* x86_64 assembly pack: tune clang version detection even further.Andy Polyakov2015-12-1313-13/+13
* Configure: add framework for ChaCha and Poly1305 assembly.Andy Polyakov2015-12-134-6/+27
* Configure: 'reconf' to respect CROSS_COMPILE and CC.Andy Polyakov2015-12-131-2/+11
* Don't use EC when no-ec.Ben Laurie2015-12-131-0/+2
* Remove no longer existant structure member and direct references to EVP_MD_CT...Ben Laurie2015-12-131-5/+6
* Fix (incorrect) uninitialised variable warning.Ben Laurie2015-12-131-1/+2
* fix warningDr. Stephen Henson2015-12-131-1/+0
* remove ancient SSLeay bug workaroundDr. Stephen Henson2015-12-132-9/+5
* Allow ChaCha20-Poly1305 in DTLStjmao2015-12-121-2/+2
* Revert "Allow ChaCha20-Poly1305 in DTLS"Rich Salz2015-12-121-2/+2