]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
Avoid two memory allocations in each RAND_DRBG_bytes
[thirdparty/openssl.git] / crypto /
2018-10-31  Bernd EdlingerAvoid two memory allocations in each RAND_DRBG_bytes
2018-10-30  Bernd EdlingerFix a race condition in drbg_add
2018-10-30  Richard LevitteEVP_MAC: Integrate SipHash EVP_PKEY_METHOD into generic...
2018-10-30  Richard LevitteEVP_MAC: Add SipHash implementation
2018-10-30  Richard LevitteEVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic...
2018-10-30  Richard LevitteEVP_MAC: Add HMAC implementation
2018-10-30  Richard LevitteAdapt other EVP code to use EVP_MAC instead of direct...
2018-10-30  Richard LevitteEVP_MAC: Integrate CMAC EVP_PKEY_METHOD into generic...
2018-10-30  Richard LevitteEVP_MAC: Add CMAC implementation
2018-10-30  Chocobo1Fix MSVC warning C4819
2018-10-29  Vitezslav CizekDSA: Check for sanity of input parameters
2018-10-29  Matt CaswellReset the HKDF state between operations
2018-10-29  Richard LevitteAdd convenience functions EVP_str2ctrl() and EVP_hex2ctrl()
2018-10-29  Richard LevitteAdd generic EVP_PKEY_METHOD for EVP_MACs
2018-10-29  Richard LevitteAdd automatic initializations support for EVP_MAC objects
2018-10-29  Richard LevitteAdd EVP_MAC API
2018-10-29  Bernd EdlingerRework and simplify resource flow in drbg_add
2018-10-28  Dr. Matthias St... randfile.c: fix a Coverity warning
2018-10-28  PauliTiming vulnerability in ECDSA signature generation...
2018-10-28  PauliTiming vulnerability in DSA signature generation (CVE...
2018-10-28  PauliDSA mod inverse fix
2018-10-28  Dr. Matthias St... drbg_lib: avoid NULL pointer dereference in drbg_add
2018-10-27  Fraser TweedaleSupport GeneralSubtrees with minimum = 0
2018-10-26  Bernd EdlingerFix data race in RAND_DRBG_generate
2018-10-26  Bernd EdlingerFix a possible crash in rand_drbg_get_entropy
2018-10-26  Dr. Matthias St... RAND_add()/RAND_seed(): fix failure on short input...
2018-10-26  Dr. Matthias St... RAND_load_file(): avoid adding small chunks to RAND_add()
2018-10-26  Dr. Matthias St... RAND_load_file(): return error if reseeding failed
2018-10-23  Richard LevitteRAND: ensure INT32_MAX is defined
2018-10-22  PauliRSA security bits calculation
2018-10-22  Dr. Matthias St... RAND_add(): fix heap corruption in error path
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...
next