aboutsummaryrefslogtreecommitdiff
path: root/include/openssl
AgeCommit message (Expand)AuthorFilesLines
2015-08-17Add new GOST OIDsDmitry Belyavsky1-0/+155
2015-08-14Add CCM ciphersuites from RFC6655 and RFC7251Dr. Stephen Henson1-0/+54
2015-08-14ccm8 supportDr. Stephen Henson1-0/+1
2015-08-14CCM support.Dr. Stephen Henson2-1/+10
2015-08-11Remove Gost94 signature algorithm.Rich Salz1-1/+0
2015-08-11Fix seg fault with 0 p val in SKEGuy Leaver (guleaver)1-0/+3
2015-08-11Normalise make errors outputMatt Caswell1-1/+1
2015-08-10RT3999: Remove sub-component version stringsRich Salz1-1/+0
2015-08-03Fix make errors for the CCS changesMatt Caswell1-1/+1
2015-08-03Move TLS CCS processing into the state machineMatt Caswell2-5/+4
2015-07-31RT3959: Fix misleading commentNicholas Cooper1-1/+1
2015-07-30CAMELLIA PSK ciphersuites from RFC6367Dr. Stephen Henson1-0/+18
2015-07-30Add RFC4785 ciphersuitesDr. Stephen Henson1-0/+12
2015-07-30Add RFC4279, RFC5487 and RFC5489 ciphersuites.Dr. Stephen Henson1-4/+60
2015-07-30Initial new PSK ciphersuite definesDr. Stephen Henson1-0/+31
2015-07-30New PSK keyex text constantsDr. Stephen Henson1-0/+3
2015-07-27Remove support for SSL3_FLAGS_DELAY_CLIENT_FINISHEDMatt Caswell1-2/+2
2015-07-20Rewrite crypto/ex_dataRich Salz4-62/+10
2015-07-16Remove obsolete key formats.Rich Salz2-26/+0
2015-07-15Maintain backwards-compatible SSLv23_method macrosViktor Dukhovni1-2/+0
2015-07-09make stacksDr. Stephen Henson1-25/+25
2015-07-07Extend -show_chain option to verify to show more infoMatt Caswell1-0/+1
2015-06-29Use single master secret generation function.Dr. Stephen Henson1-2/+0
2015-06-23Add PSK GCM ciphersuites from RFC5487Dr. Stephen Henson1-0/+8
2015-06-23Tidy up ssl3_digest_cached_records logic.Dr. Stephen Henson1-1/+0
2015-06-23More secure storage of key material.Rich Salz4-2/+29
2015-06-16Remove one extraneous parenthesisRichard Levitte1-1/+1
2015-06-12Fix ABI break with HMACMatt Caswell1-1/+0
2015-06-10Remove SSL_OP_TLS_BLOCK_PADDING_BUGEmilia Kasper2-2/+4
2015-06-10Change BIO_number_read and BIO_number_written() to be 64 bitMatt Caswell1-4/+4
2015-06-09No fprintf in the txt_db componentRich Salz1-0/+1
2015-06-09Properly check certificate in case of export ciphers.Kurt Roeckx2-0/+2
2015-06-04Set error code, no fprintf stderr, on errors.Rich Salz1-0/+9
2015-06-03Add funtions to set item_sign and item_verifySergey Agievich1-0/+13
2015-06-02Add the macro OPENSSL_SYS_WIN64Richard Levitte1-1/+7
2015-06-02Fix race condition in NewSessionTicketMatt Caswell1-0/+1
2015-05-28Use enum for X509_LOOKUP_TYPERich Salz1-6/+5
2015-05-28Change return type of the new accessorsMatt Caswell1-6/+6
2015-05-28Change the new functions to use size_tMatt Caswell1-3/+6
2015-05-28Add new functions to extract {client,server}_random, master_keyNick Mathewson1-0/+4
2015-05-28Add SSL_get_client_ciphers() to return ciphers from ClientHelloNick Mathewson1-0/+1
2015-05-26Add function PKCS8_set0_pbeDr. Stephen Henson1-0/+3
2015-05-26Error if memory limit exceeded.Dr. Stephen Henson1-0/+2
2015-05-22Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell1-0/+3
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell2-79/+62
2015-05-21Add scrypt PBE algorithm code.Dr. Stephen Henson3-0/+14
2015-05-21Add scrypt OID from draft-josefsson-scrypt-kdf-03Dr. Stephen Henson1-0/+4
2015-05-20Correctly check for export size limitKurt Roeckx1-1/+0
2015-05-20Add functions to convert between uint64_t and ASN1_INTEGER.Dr. Stephen Henson1-0/+5
2015-05-20Add scrypt support.Dr. Stephen Henson1-0/+5