Test DTLS cookie generation and verification
[openssl.git] / crypto /
2018-10-19 Andy Polyakovsha/asm/keccak1600-armv8.pl: halve the size of hw-assis...
2018-10-19 Andy Polyakovarch/async_posix.h: improve portability.
2018-10-18 Viktor DukhovniApply self-imposed path length also to root CAs
2018-10-18 Viktor DukhovniOnly CA certificates can be self-issued
2018-10-17 Patrick Steuers390x assembly pack: add OPENSSL_s390xcap environment...
2018-10-17 Antoine SalonDeprecate ECDH_KDF_X9_62()
2018-10-17 Antoine SalonEVP module documentation pass
2018-10-16 Dr. Matthias St... DRBG: fix reseeding via RAND_add()/RAND_seed() with...
2018-10-12 Andy Polyakovrsa/rsa_ossl.c: fix and extend commentary [skip ci].
2018-10-12 Andy Polyakovsha/asm/keccak1600-s390x.pl: resolve -march=z900 portab...
2018-10-11 Mykola BaibuzSafer memory cleanup in (crypto/rsa/rsa_lib.c)
2018-10-10 FdaSilvaYYcrypto/rand: fix some style nit's
2018-10-10 Dr. Matthias St... rand_unix.c: fix --with-rand-seed=none build
2018-10-09 Paul YangFix a nit of copyright date range
2018-10-05 Richard Levitte/dev/crypto engine: give CIOCFSESSION the actual sess-id
2018-10-05 Dr. Matthias St... test/secmemtest: test secure memory only if it is imple...
2018-10-04 Matt CaswellFix the BIO callback return code handling
2018-10-02 Matt CaswellFix some Coverity warnings
2018-09-30 Richard LevitteSmall cleanup (util/mkdef.pl, crypto/bio/bss_log.c...
2018-09-27 Shane LontisAdded DRBG_HMAC & DRBG_HASH + Added defaults for settin...
2018-09-24 PauliUse secure_getenv(3) when available.
2018-09-21 agnosticdevtypo-fixes: miscellaneous typo fixes
2018-09-21 Richard Levittecrypto/bn/asm/x86_64-gcc.c: remove unnecessary redefini...
2018-09-20 Richard Levitte/dev/crypto engine: add missing RC4 parameter
2018-09-20 Richard Levittecrypto/ui/ui_openssl.c: make sure to recognise ENXIO...
2018-09-17 PauliAdd missing include file.
2018-09-16 PauliUse 'i' as parameter name not 'I'.
2018-09-15 Richard LevitteVMS: only use the high precision on VMS v8.4 and up
2018-09-13 Paul YangMake some return checks consistent with others
2018-09-12 Dr. Matthias St... Replace the public RAND_DRBG_USED_FLAGS #define by...
2018-09-12 Viktor Szakatsminor fixes for Windows
2018-09-12 Richard Levittecrypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly...
2018-09-11 PauliLimit the number of AES-GCM keys allowed in TLS. A...
2018-09-11 PauliFIPS 140-2 IG A.9 XTS key check.
2018-09-11 Matt CaswellUpdate copyright year
2018-09-10 Matt CaswellCheck the return value from ASN1_INTEGER_set
2018-09-10 Matt CaswellValidate the SM2 digest len before use
2018-09-10 Dr. Matthias St... crypto/rsa/rsa_pss.c: silence coverity warning
2018-09-09 Richard LevitteASN.1 DER: Make INT32 / INT64 types read badly encoded...
2018-09-08 Richard LevitteSipHash: add separate setter for the hash size
2018-09-08 Richard LevitteSipHash: make it possible to control the hash size...
2018-09-07 Paul YangAdd missing SM2err and fix doc nits
2018-09-07 Paul YangAllow EVP_MD_CTX_set_pkey_ctx to accept NULL pctx
2018-09-07 Paul YangUpdate document for SM2 stuffs
2018-09-07 Paul YangSupport setting SM2 ID
2018-09-07 Paul YangMake SM2 ID stick to specification
2018-09-07 Paul YangSupport pmeth->digest_custom
2018-09-07 Paul YangIntroduce EVP_MD_CTX_set_pkey_ctx
2018-09-07 Paul YangRemove unnecessary sm2_za.c
2018-09-06 PauliAvoid SEGV when giving X509_sign a NULL private key.
2018-09-06 Shane LontisRSA padding Zeroization fixes
2018-09-05 Shane LontisKey zeroization fix for EVP_SealInit + added simple...
2018-09-05 Nicola TuveriHarmonize the error handling codepath
2018-09-05 Nicola TuveriFix segfault in RSA_free() (and DSA/DH/EC_KEY)
2018-09-04 Shane Lontishkdf zeroization fix
2018-09-04 Shane Lontiskey zeroisation fix for p12
2018-09-04 Shane Lontiskey zeroisation for pvkfmt now done on all branch paths
2018-09-03 PauliFix HMAC SHA3-224 and HMAC SHA3-256.
2018-09-03 PauliMake OBJ_NAME case insensitive.
2018-09-03 Shane Lontishmac_init cleanup and fix key zeroization issue
2018-09-03 Billy Brumley[test] throw error from wrapper function instead of...
2018-09-03 wzhangFix the comment of PEM_read_bio_ex
2018-09-03 Paul Kehreradd getter for tbsResponseData and signatureAlgorithm...
2018-09-03 PauliCheck the return from BN_sub() in BN_X931_generate_Xpq().
2018-09-02 PauliCheck for a failure return from EVP_MD_CTX_new() in...
2018-09-02 Eric BrownRemove redundant ASN1_INTEGER_set call
2018-08-29 ymlbrightfix out-of-bounds write in sm2_crypt.c
2018-08-26 Andy Polyakovx509v3/v3_purp.c: refine lock-free check in x509v3_cach...
2018-08-23 Andy Polyakovbn/bn_lib.c: conceal even memmory access pattern in...
2018-08-23 Andy Polyakovbn/bn_blind.c: use Montgomery multiplication when possible.
2018-08-23 Andy Polyakovrsa/rsa_ossl.c: implement variant of "Smooth CRT-RSA."
2018-08-23 Andy Polyakovcrypto/bn: add more fixed-top routines.
2018-08-22 Matthias KraftExtend dladdr() for AIX, consequence from changes for...
2018-08-22 Andy Polyakovcrypto/init.c: improve destructor_key's portability.
2018-08-22 Andy Polyakovasn1/asn_moid.c: overhaul do_create.
2018-08-22 Matt CaswellImprove the usability of the ca app using EdDSA
2018-08-22 Dr. Matthias St... rand_lib.c: Don't open random devices while cleaning up.
2018-08-21 PauliZero memory in CRYPTO_secure_malloc.
2018-08-21 Nicola TuveriReplace GFp ladder implementation with ladd-2002-it...
2018-08-20 PauliCheck getauxval on systems that have it when checking...
2018-08-19 Dr. Matthias St... rand_unix.c: don't discard entropy bytes from /dev...
2018-08-19 Dr. Matthias St... rand_unix.c: don't discard entropy bytes from syscall_r...
2018-08-19 Dr. Matthias St... rand_unix.c: assimilate syscall_random() with getrandom(2)
2018-08-17 Benjamin KadukAvoid shadowing 'free' in X509_LOOKUP_met_set_free
2018-08-17 Andy Polyakovcrypto/threads_*: remove CRYPTO_atomic_{read|write}.
2018-08-14 Tomas MrazDeallocate previously loaded SSL CONF module data
2018-08-13 Andy Polyakovcrypto/o_fopen.c: alias fopen to fopen64.
2018-08-11 Richard Levittei2d_ASN1_OBJECT(): allocate memory if the user didn...
2018-08-09 PauliChange the OID references for X25519, X448, ED25519...
2018-08-09 Matt CaswellRevert "stack/stack.c: omit redundant NULL checks."
2018-08-07 Andy Polyakovcrypto/mem.c: switch to tsan_assist.h in CRYPTO_MDEBUG.
2018-08-07 Andy Polyakovengine/eng_lib.c: remove redundant #ifdef.
2018-08-07 Andy Polyakovx509v3/v3_purp.c: re-implement lock-free check for...
2018-08-07 Andy Polyakovx509v3/v3_purp.c: resolve Thread Sanitizer nit.
2018-08-07 Andy Polyakovlhash/lhash.c: switch to Thread-Sanitizer-friendly...
2018-08-07 Andy Polyakovstack/stack.c: omit redundant NULL checks.
2018-08-07 Andy PolyakovHarmonize use of sk_TYPE_find's return value.
2018-08-07 Andy Polyakovx509/x509name.c: fix potential crash in X509_NAME_get_t...
2018-08-07 Richard LevitteMake EVP_PKEY_asn1_new() stricter with its input
2018-08-06 Patrick Steuers390x assembly pack: add KIMD/KLMD code path for sha3...
next