Make sure build_SYS_str_reasons() preserves errno
[openssl.git] / crypto /
2018-12-10 Matt CaswellMake sure build_SYS_str_reasons() preserves errno
2018-12-10 Richard Levittemake update
2018-12-10 Richard LevittePrevent calling decryption in an encryption context...
2018-12-08 Andy Polyakoverr/err.c: improve err_clear_last_constant_time's porta...
2018-12-07 Richard LevitteMake EVP_PKEY_asn1_add0() stricter about its input
2018-12-06 Dr. Matthias St... curve25519.c: improve formula alignment
2018-12-06 Dr. Matthias St... curve25519.c: reformat code to follow coding guidelines
2018-12-05 Andy Polyakovbn/bn_{div|shift}.c: introduce fixed-top interfaces.
2018-12-05 Andy Polyakovbn/bn_div.c: make conditional addition unconditional
2018-12-05 Andy PolyakovConfigurations/10-main.conf: remove MIPS bn_div_3_words.
2018-12-03 Matt CaswellDisallow Ed25519 signature maleability
2018-11-30 Andy Polyakovrsa/rsa_ssl.c: make RSA_padding_check_SSLv23 constant...
2018-11-30 Andy Polyakovrsa/rsa_oaep.c: remove memcpy calls from RSA_padding_ch...
2018-11-30 Andy Polyakovrsa/rsa_pk1.c: remove memcpy calls from RSA_padding_che...
2018-11-30 Andy Polyakovrsa/rsa_ossl.c: make RSAerr call in rsa_ossl_private_de...
2018-11-30 Andy Polyakoverr/err.c: add err_clear_last_constant_time.
2018-11-26 Billy BrumleyClean up BN_consttime_swap.
2018-11-24 Richard LevitteVMS: fix collected error strings
2018-11-24 David WoodhouseStop marking default digest for EC keys as mandatory
2018-11-23 Richard LevitteSmarter build of system error text database
2018-11-22 Andy Polyakovrsa/rsa_ossl.c: cache MONT_CTX for public modulus earlier.
2018-11-20 Matt CaswellUpdate copyright year
2018-11-16 Andy Polyakovsha/asm/sha512p8-ppc.pl: optimize epilogue.
2018-11-16 Andy Polyakovsha/asm/sha512p8-ppc.pl: fix typo in prologue.
2018-11-14 Vitezslav CizekDSA: Check for sanity of input parameters
2018-11-12 Richard LevitteFix SipHash init order.
2018-11-10 Billy Brumley[crypto/bn] swap BN_FLG_FIXED_TOP too
2018-11-09 Bernd EdlingerFix issues with do_rand_init/rand_cleanup_int
2018-11-08 Dr. Matthias St... rand_unix.c: open random devices on first use only
2018-11-08 Dr. Matthias St... Test: link drbgtest statically against libcrypto
2018-11-07 PauliAdd missing RAND initialisation call.
2018-11-07 Bernd EdlingerRename the rand_drbg_st data member "pool" to "seed_pool"
2018-11-07 Bernd EdlingerInitialize reseed_gen_counter to 1, like it is done...
2018-11-05 Bernd EdlingerAvoid two memory allocations in each RAND_DRBG_bytes
2018-11-05 Bernd EdlingerFix error handling in RAND_DRBG_uninstantiate
2018-11-05 Bernd EdlingerFix error handling in rand_drbg_new
2018-11-05 Bernd EdlingerFix error handling in RAND_DRBG_set
2018-11-02 Richard Levittecrypto/engine/eng_devcrypto.c: ensure we don't leak...
2018-11-02 Richard Levittecrypto/engine/eng_devcrypto.c: open /dev/crypto only...
2018-11-02 Richard Levittecrypto/engine/eng_devcrypto.c: new compilers are strict...
2018-11-02 Richard Levittecrypto/engine/eng_devcrypto.c: add digest copy
2018-11-01 PauliAdd a constant time flag to one of the bignums to avoid...
2018-10-30 Bernd EdlingerFix a race condition in drbg_add
2018-10-30 Chocobo1Fix MSVC warning C4819
2018-10-29 Matt CaswellReset the HKDF state between operations
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 Bernd EdlingerFix data race in RAND_DRBG_generate
2018-10-27 Dr. Matthias St... RAND_add()/RAND_seed(): fix failure on short input...
2018-10-26 Dr. Matthias St... Backport some DRBG renamings and typo fixes
2018-10-26 Bernd EdlingerFix a possible crash in rand_drbg_get_entropy
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 Dr. Matthias St... RAND_add(): fix heap corruption in error path
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 Antoine SalonEVP module documentation pass
2018-10-16 Dr. Matthias St... DRBG: fix reseeding via RAND_add()/RAND_seed() with...
2018-10-13 Mykola BaibuzSafer memory cleanup in (crypto/rsa/rsa_lib.c)
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-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-10 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-04 Richard LevitteSmall cleanup (util/mkdef.pl, crypto/bio/bss_log.c...
2018-10-02 Matt CaswellFix some Coverity warnings
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 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
next