aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Extend -show_chain option to verify to show more infoMatt Caswell2015-07-071-0/+1
* Use single master secret generation function.Dr. Stephen Henson2015-06-291-2/+0
* Add PSK GCM ciphersuites from RFC5487Dr. Stephen Henson2015-06-231-0/+8
* Tidy up ssl3_digest_cached_records logic.Dr. Stephen Henson2015-06-231-1/+0
* More secure storage of key material.Rich Salz2015-06-234-2/+29
* Remove one extraneous parenthesisRichard Levitte2015-06-161-1/+1
* Fix ABI break with HMACMatt Caswell2015-06-121-1/+0
* Remove SSL_OP_TLS_BLOCK_PADDING_BUGEmilia Kasper2015-06-102-2/+4
* Change BIO_number_read and BIO_number_written() to be 64 bitMatt Caswell2015-06-101-4/+4
* No fprintf in the txt_db componentRich Salz2015-06-091-0/+1
* 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