aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove Gost94 signature algorithm.Rich Salz2015-08-111-1/+0
* Fix seg fault with 0 p val in SKEGuy Leaver (guleaver)2015-08-111-0/+3
* Normalise make errors outputMatt Caswell2015-08-111-1/+1
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-1/+0
* Fix make errors for the CCS changesMatt Caswell2015-08-031-1/+1
* Move TLS CCS processing into the state machineMatt Caswell2015-08-032-5/+4
* RT3959: Fix misleading commentNicholas Cooper2015-07-311-1/+1
* CAMELLIA PSK ciphersuites from RFC6367Dr. Stephen Henson2015-07-301-0/+18
* Add RFC4785 ciphersuitesDr. Stephen Henson2015-07-301-0/+12
* Add RFC4279, RFC5487 and RFC5489 ciphersuites.Dr. Stephen Henson2015-07-301-4/+60
* Initial new PSK ciphersuite definesDr. Stephen Henson2015-07-301-0/+31
* New PSK keyex text constantsDr. Stephen Henson2015-07-301-0/+3
* Remove support for SSL3_FLAGS_DELAY_CLIENT_FINISHEDMatt Caswell2015-07-271-2/+2
* Rewrite crypto/ex_dataRich Salz2015-07-204-62/+10
* Remove obsolete key formats.Rich Salz2015-07-162-26/+0
* Maintain backwards-compatible SSLv23_method macrosViktor Dukhovni2015-07-151-2/+0
* make stacksDr. Stephen Henson2015-07-091-25/+25
* 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