summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2015-08-11Remove Gost94 signature algorithm.Rich Salz
2015-08-11Fix seg fault with 0 p val in SKEGuy Leaver (guleaver)
2015-08-11Normalise make errors outputMatt Caswell
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-08-03Fix make errors for the CCS changesMatt Caswell
2015-08-03Move TLS CCS processing into the state machineMatt Caswell
2015-07-31RT3959: Fix misleading commentNicholas Cooper
2015-07-30CAMELLIA PSK ciphersuites from RFC6367Dr. Stephen Henson
2015-07-30Add RFC4785 ciphersuitesDr. Stephen Henson
2015-07-30Add RFC4279, RFC5487 and RFC5489 ciphersuites.Dr. Stephen Henson
2015-07-30Initial new PSK ciphersuite definesDr. Stephen Henson
2015-07-30New PSK keyex text constantsDr. Stephen Henson
2015-07-27Remove support for SSL3_FLAGS_DELAY_CLIENT_FINISHEDMatt Caswell
2015-07-20Rewrite crypto/ex_dataRich Salz
2015-07-16Remove obsolete key formats.Rich Salz
2015-07-15Maintain backwards-compatible SSLv23_method macrosViktor Dukhovni
2015-07-09make stacksDr. Stephen Henson
2015-07-07Extend -show_chain option to verify to show more infoMatt Caswell
2015-06-29Use single master secret generation function.Dr. Stephen Henson
2015-06-23Add PSK GCM ciphersuites from RFC5487Dr. Stephen Henson
2015-06-23Tidy up ssl3_digest_cached_records logic.Dr. Stephen Henson
2015-06-23More secure storage of key material.Rich Salz
2015-06-16Remove one extraneous parenthesisRichard Levitte
2015-06-12Fix ABI break with HMACMatt Caswell
2015-06-10Remove SSL_OP_TLS_BLOCK_PADDING_BUGEmilia Kasper
2015-06-10Change BIO_number_read and BIO_number_written() to be 64 bitMatt Caswell
2015-06-09No fprintf in the txt_db componentRich Salz
2015-06-09Properly check certificate in case of export ciphers.Kurt Roeckx
2015-06-04Set error code, no fprintf stderr, on errors.Rich Salz
2015-06-03Add funtions to set item_sign and item_verifySergey Agievich
2015-06-02Add the macro OPENSSL_SYS_WIN64Richard Levitte
2015-06-02Fix race condition in NewSessionTicketMatt Caswell
2015-05-28Use enum for X509_LOOKUP_TYPERich Salz
2015-05-28Change return type of the new accessorsMatt Caswell
2015-05-28Change the new functions to use size_tMatt Caswell
2015-05-28Add new functions to extract {client,server}_random, master_keyNick Mathewson
2015-05-28Add SSL_get_client_ciphers() to return ciphers from ClientHelloNick Mathewson
2015-05-26Add function PKCS8_set0_pbeDr. Stephen Henson
2015-05-26Error if memory limit exceeded.Dr. Stephen Henson
2015-05-22Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell
2015-05-21Add scrypt PBE algorithm code.Dr. Stephen Henson
2015-05-21Add scrypt OID from draft-josefsson-scrypt-kdf-03Dr. Stephen Henson
2015-05-20Correctly check for export size limitKurt Roeckx
2015-05-20Add functions to convert between uint64_t and ASN1_INTEGER.Dr. Stephen Henson
2015-05-20Add scrypt support.Dr. Stephen Henson
2015-05-18ASN1 INTEGER refactor.Dr. Stephen Henson
2015-05-16Updates following review commentsMatt Caswell
2015-05-16Version negotiation rewrite cleanupMatt Caswell
2015-05-16Client side version negotiation rewriteMatt Caswell