Create the NewSessionTicket message in TLSv1.3
[openssl.git] / crypto /
2017-01-29 Richard LevitteFix faulty free
2017-01-28 Richard LevitteX509_CRL_digest() - ensure precomputed sha1 hash before...
2017-01-26 Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.
2017-01-26 Richard LevitteBetter check of DH parameters in TLS data
2017-01-26 Andy Polyakovcrypto/evp: harden AEAD ciphers.
2017-01-26 Andy Polyakovcrypto/evp: harden RC4_MD5 cipher.
2017-01-25 Matt CaswellRemove assert from is_partially_overlapping()
2017-01-25 Matt CaswellFix the overlapping check for fragmented "Update" opera...
2017-01-25 Matt CaswellProperly handle a partial block in OCB mode
2017-01-25 Matt CaswellDon't use magic numbers in aes_ocb_cipher()
2017-01-25 FdaSilvaYYStyle
2017-01-25 FdaSilvaYYFew nit's
2017-01-25 FdaSilvaYYFix some extra or missing whitespaces...
2017-01-24 Todd ShortCleanup EVP_CIPH/EP_CTRL duplicate defines
2017-01-24 Bernd EdlingerFix error handling in compute_key, BN_CTX_get can retur...
2017-01-24 Todd ShortAdd support for Poly1305 in EVP_PKEY
2017-01-24 Kazuki YamaguchiAdd missing flags for EVP_chacha20()
2017-01-24 ganeshRAND_egd_bytes: No need to check RAND_status on connect...
2017-01-24 ganeshFixed the return code for RAND_egd_bytes.
2017-01-24 ganeshFixed the return code of RAND_query_egd_bytes when...
2017-01-21 Andy Polyakovpoly1305/poly1305_base2_44.c: clarify shift boundary...
2017-01-21 Andy Polyakovec/asm/ecp_nistz256-ppc64.pl: minor POWER8-specific...
2017-01-20 Richard LevitteFix DSA parameter generation control error
2017-01-18 Dr. Stephen HensonDefines and strings for special salt length values...
2017-01-18 Dr. Stephen HensonAdd support for -1, -2 salt lengths for PSS only keys.
2017-01-18 FdaSilvaYYClean one unused variable, plus an useless one.
2017-01-16 Kurt RoeckxAdd missing braces.
2017-01-15 Kurt RoeckxFix undefined behaviour when printing the X509 and...
2017-01-15 Kurt RoeckxFix VC warnings about unary minus to an unsigned type.
2017-01-15 Kurt RoeckxFix undefined behaviour when printing the X509 serial
2017-01-13 Rich SalzFix "failure rate" bugs
2017-01-13 Richard LevitteFix no-ocsp
2017-01-13 Richard LevitteUI: Use RUN_ONCE differently
2017-01-13 Richard LevitteUI: Ensure there will be no race condition when getting...
2017-01-12 Rich SalzMake X509_Digest,others public
2017-01-12 Rich SalzAdd "random malloc failure" tooling
2017-01-12 Rich SalzGH2176: Add X509_VERIFY_PARAM_get_time
2017-01-11 Richard LevitteAdd a UI utility function with which to wrap pem_callba...
2017-01-11 Richard LevitteAdd an application data field in the UI_METHOD
2017-01-11 Richard LevitteConstify the input parameter to UI_method_get_*
2017-01-10 Kurt RoeckxPrint the X509 version signed, and convert to unsigned...
2017-01-10 Richard LevitteOnly enable CRYPTO_3DES_ECB if that name is an existing...
2017-01-10 Richard LevitteSmall fixes of cryptodev engine
2017-01-10 Iaroslav Gridinuse EVP_CIPHER_CTX_ functions instead of accessing...
2017-01-10 Iaroslav Gridinfix for BSD cryptodev
2017-01-10 Iaroslav GridinRemove commented-out HMAC code
2017-01-10 Iaroslav GridinStyle the code
2017-01-10 Iaroslav GridinRemove unused ret variable
2017-01-10 Iaroslav GridinRemove non-functional CRYPTO_AES_CTR ifdef disabling...
2017-01-10 Iaroslav GridinAdd AES-ECB and 3DES-ECB to cryptodev
2017-01-10 Nikos Mavrogiannop... cryptodev: allow copying EVP contexts
2017-01-10 Nikos Mavrogiannop... cryptodev: Fix issue with signature generation
2017-01-09 Bernd EdlingerFix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1
2017-01-08 Dr. Stephen Hensonfix a few more style issues
2017-01-08 Dr. Stephen HensonRemove unnecessary frees and style fixes.
2017-01-08 Dr. Stephen HensonUse more desciptive macro name rsa_pss_restricted()
2017-01-08 Dr. Stephen Hensonstyle issues
2017-01-08 Dr. Stephen Hensonfree str on error
2017-01-08 Dr. Stephen Hensonclarify comment
2017-01-08 Dr. Stephen Hensonfix various style issues
2017-01-08 Dr. Stephen Hensonmake errors
2017-01-08 Dr. Stephen Hensonadd parameter error
2017-01-08 Dr. Stephen HensonSet EVP_PKEY_CTX in SignerInfo
2017-01-08 Dr. Stephen HensonOnly allow PSS padding for PSS keys.
2017-01-08 Dr. Stephen HensonDecode parameters properly.
2017-01-08 Dr. Stephen HensonReturn errors PKCS#7/CMS enveloped data ctrls and PSS
2017-01-08 Dr. Stephen HensonAdd PSS parameter restrictions.
2017-01-08 Dr. Stephen HensonInitial parameter restrictions.
2017-01-08 Dr. Stephen HensonAdd rsa_pss_get_param.
2017-01-08 Dr. Stephen HensonDon't allow PKCS#7/CMS encrypt with PSS.
2017-01-08 Dr. Stephen HensonAdd macros to determine if key or ctx is PSS.
2017-01-08 Dr. Stephen HensonSupport pad mode get/set for PSS keys.
2017-01-08 Dr. Stephen HensonKey gen param support.
2017-01-08 Dr. Stephen HensonSet PSS padding mode for PSS keys.
2017-01-08 Dr. Stephen HensonDigest string helper function.
2017-01-08 Dr. Stephen HensonSupport RSA operations in PSS.
2017-01-08 Dr. Stephen HensonPSS EVP_PKEY method
2017-01-08 Dr. Stephen HensonRSA-PSS key printing.
2017-01-08 Dr. Stephen HensonPSS parameter encode and decode.
2017-01-08 Dr. Stephen HensonSplit PSS parameter creation.
2017-01-08 Dr. Stephen HensonUse method key type instead of EVP_PKEY_RSA
2017-01-08 Dr. Stephen HensonPSS ASN.1 method
2017-01-08 Dr. Stephen Hensonadd EVP_PKEY_RSA_PSS
2017-01-08 Dr. Stephen HensonAdd pss field to RSA structure and free it.
2017-01-08 Dr. Stephen HensonCache maskHash parameter
2017-01-06 Kurt RoeckxMake rand_add predictable when fuzzing
2016-12-25 Andy Polyakovchacha/asm/chacha-x86_64.pl: add AVX512 path optimized...
2016-12-22 Todd ShortFix EVP_MD_meth_get_flags
2016-12-20 Richard LevitteReformat M_check_autoarg to match our coding style
2016-12-20 Richard LevitteM_check_autoarg: sanity check the key
2016-12-19 Richard LevitteAdd bwrite_conv and bread_conv values to methods_dgramp...
2016-12-19 Andy Polyakovx86 assembly pack: update performance results.
2016-12-16 Richard LevitteHP-UX doesn't have hstrerror(), so make our own for...
2016-12-15 Kurt RoeckxDon't call memcpy with NULL as source
2016-12-15 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: allow nasm to assemble...
2016-12-15 Andy Polyakovperlasm/x86_64-xlate.pl: add support for AVX512 OPMASK...
2016-12-14 Rich SalzCRL critical extension bugfix
2016-12-13 Rich SalzAdd X509_VERIFY_PARAM inheritance flag set/get
2016-12-12 Paul Hoveyupdated macro spacing for styling purposes
2016-12-12 Paul Hoveyfix undoes errors introduced by https://github.com...
next