aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Properly check certificate in case of export ciphers.Kurt Roeckx2015-06-092-0/+2
* Set error code, no fprintf stderr, on errors.Rich Salz2015-06-041-0/+9
* Add funtions to set item_sign and item_verifySergey Agievich2015-06-031-0/+13
* Add the macro OPENSSL_SYS_WIN64Richard Levitte2015-06-021-1/+7
* Fix race condition in NewSessionTicketMatt Caswell2015-06-021-0/+1
* Use enum for X509_LOOKUP_TYPERich Salz2015-05-281-6/+5
* Change return type of the new accessorsMatt Caswell2015-05-281-6/+6
* Change the new functions to use size_tMatt Caswell2015-05-281-3/+6
* Add new functions to extract {client,server}_random, master_keyNick Mathewson2015-05-281-0/+4
* Add SSL_get_client_ciphers() to return ciphers from ClientHelloNick Mathewson2015-05-281-0/+1
* Add function PKCS8_set0_pbeDr. Stephen Henson2015-05-261-0/+3
* Error if memory limit exceeded.Dr. Stephen Henson2015-05-261-0/+2
* Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell2015-05-221-0/+3
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-222-79/+62
* Add scrypt PBE algorithm code.Dr. Stephen Henson2015-05-213-0/+14
* Add scrypt OID from draft-josefsson-scrypt-kdf-03Dr. Stephen Henson2015-05-211-0/+4
* Correctly check for export size limitKurt Roeckx2015-05-201-1/+0
* Add functions to convert between uint64_t and ASN1_INTEGER.Dr. Stephen Henson2015-05-201-0/+5
* Add scrypt support.Dr. Stephen Henson2015-05-201-0/+5
* ASN1 INTEGER refactor.Dr. Stephen Henson2015-05-181-3/+20
* Updates following review commentsMatt Caswell2015-05-161-9/+1
* Version negotiation rewrite cleanupMatt Caswell2015-05-162-85/+0
* Client side version negotiation rewriteMatt Caswell2015-05-161-3/+2
* Server side version negotiation rewriteMatt Caswell2015-05-162-4/+12
* Remove unused #ifdef's from header filesRich Salz2015-05-152-40/+0
* Use #error in openssl/srp.hRich Salz2015-05-151-27/+30
* Make up for a missed 'make update' update.Rich Salz2015-05-151-25/+25
* Identify and move OpenSSL internal header filesRichard Levitte2015-05-143-0/+335
* Move definition of INTxx_MIN et al to internal headerRichard Levitte2015-05-142-19/+109
* Allow use of standard integer types.Dr. Stephen Henson2015-05-141-0/+39
* Remove some outdated #defines.Rich Salz2015-05-131-15/+0
* Remove remaining Kerberos referencesMatt Caswell2015-05-132-27/+26
* Remove Kerberos support from libcryptoMatt Caswell2015-05-132-424/+0
* Remove Kerberos support from libsslMatt Caswell2015-05-133-276/+2
* Make COMP_CTX and COMP_METHOD opaqueRich Salz2015-05-123-43/+65
* Add SSL_use_certificate_chain_file functionDr. Stephen Henson2015-05-081-1/+2
* SSL_CONF table reorganisation.Dr. Stephen Henson2015-05-061-0/+1
* make updateRichard Levitte2015-05-051-5/+0
* Remove the last traces of the fake RLE compressionRichard Levitte2015-05-051-1/+0
* Add Error stateMatt Caswell2015-05-051-0/+1
* fix various typo'sRich Salz2015-05-031-1/+1
* make X509_VERIFY_PARAM opaqueDr. Stephen Henson2015-05-021-18/+1
* Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell2015-04-301-0/+3
* free cleanup 12Rich Salz2015-04-301-1/+1
* free cleanup almost the finaleRich Salz2015-04-301-1/+2
* Remove redundant includes from dtls1.hMatt Caswell2015-04-301-19/+0
* ERR_ cleanupRich Salz2015-04-283-17/+0
* Error checking and memory leak fixes in NISTZ256.Emilia Kasper2015-04-271-0/+1
* SSL_CIPHER lookup functions.Dr. Stephen Henson2015-04-221-0/+2
* Repair EAP-FAST session resumptionEmilia Kasper2015-04-211-1/+2