Limit DEVRANDOM_WAIT to linux
[openssl.git] / crypto /
2019-03-07 Matt CaswellAvoid an underflow in ecp_nistp521.c
2019-03-06 Shane LontisFIPS AES_GCM IV gen changes
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2019-03-06 Matt CaswellPrevent over long nonces in ChaCha20-Poly1305
2019-03-06 Richard LevitteMake it possible to trace the trace functionality itself
2019-03-06 Richard LevitteAdapt BN_CTX_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt OPENSSL_DEBUG_DECRYPT to the new generic trace API
2019-03-06 Richard LevitteAdapt OPENSSL_POLICY_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt OPENSSL_DEBUG_KEYGEN to the new generic trace API
2019-03-06 Richard LevitteAdapt OPENSSL_DEBUG_PKCS5V2 to the new generic trace API
2019-03-06 Richard LevitteAdapt ENGINE_REF_COUNT_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt ENGINE_TABLE_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt ENGINE_CONF_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt OPENSSL_INIT_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt CIPHER_DEBUG to the new generic trace API
2019-03-06 Richard LevitteAdapt SSL_DEBUG to the new generic trace API
2019-03-06 Richard LevitteMake it possible to disable the TRACE API
2019-03-06 Richard LevitteAdd generic trace API
2019-03-06 PauliMake the sparse array code use ossl_uintmax_t as its...
2019-03-05 Richard LevitteDeprecate the "hw" configuration options, make "padlock...
2019-03-04 Vitezslav Cizekopenssl_strerror_r: Fix handling of GNU strerror_r
2019-03-01 Bernd EdlingerFix seeding from random device w/o getrandom syscall
2019-02-28 Richard LevitteThe use of the likes of UINT32_MAX requires internal...
2019-02-27 Simo SorceImplement SSH KDF
2019-02-27 Richard LevitteThe use of the likes of UINT32_MAX requires internal...
2019-02-27 Paul YangFix the default digest algorthm of SM2
2019-02-27 Paul YangSupport raw input data in apps/pkeyutl
2019-02-26 Richard LevitteAdd BN_native2bn and BN_bn2nativepad, for native BIGNUM...
2019-02-25 Richard LevitteRearrange the inclusion of curve448/curve448_lcl.h
2019-02-25 Matt CaswellEnsure bn_cmp_words can handle the case where n == 0
2019-02-24 PauliCID 1442835: Integer Overflow
2019-02-24 PauliCID 1442836: Resource leaks
2019-02-20 Markus StockhausenMIPS32R3 provides the EXT instruction to extract bits...
2019-02-20 Shane Lontiscfi build fixes in x86-64 ghash assembly
2019-02-20 Nicola TuveriClear BN_FLG_CONSTTIME on BN_CTX_get()
2019-02-19 Andy Polyakovsha/keccak1600.c: subscribe more platforms for "complem...
2019-02-19 Matt CaswellDon't interleave handshake and other record types in...
2019-02-18 Corinna Vinschencygwin: drop explicit O_TEXT
2019-02-18 Richard LevitteProperty: naming and manual clarifiations
2019-02-18 Matt CaswellDon't leak EVP_KDF_CTX on error
2019-02-18 Pauligenerated files
2019-02-18 PauliProperties for implementation selection.
2019-02-17 David BenjaminCheck for unpaired .cfi_remember_state
2019-02-17 David BenjaminFix some CFI issues in x86_64 assembly
2019-02-17 Billy BrumleySCA hardening for mod. field inversion in EC_GROUP
2019-02-16 Andy PolyakovARM64 assembly pack: make it Windows-friendly.
2019-02-16 Andy PolyakovARM assembly pack: make it Windows-friendly.
2019-02-16 Patrick Steuers390x assembly pack: fix formal interface bug in chacha...
2019-02-15 Richard LevitteAdd an OpenSSL library context
2019-02-15 Richard LevitteAdd CRYPTO_alloc_ex_data()
2019-02-15 David AsrafAdd EC_GROUP_get0_field
2019-02-15 Richard LevitteMark generated functions unused (applies to safestack...
2019-02-13 PauliSparse array iterators include index position.
2019-02-13 David MakepeaceAdded new EVP/KDF API.
2019-02-13 PauliSparse array limit testing: reduce the range limit...
2019-02-13 Daniel DeFreezFix null pointer dereference in cms_RecipientInfo_kari_init
2019-02-12 PauliFix typo in comment
2019-02-12 Richard LevitteTo use BN_BITS2, we'd better include openssl/bn.h
2019-02-12 Eneas U de Queiroze_devcrypto: make the /dev/crypto engine dynamic
2019-02-12 Andy PolyakovAArch64 assembly pack: authenticate return addresses.
2019-02-12 PauliAdd sparse array data type.
2019-02-11 Tomas MrazAllow the syntax of the .include directive to optionall...
2019-02-11 PauliFix comment typo
2019-02-10 Daniel DeFreezFix null pointer dereference in ssl_module_init
2019-02-08 Todd ShortFix d2i_PublicKey() for EC keys
2019-02-06 Antoine Salonblake2: avoid writing to output buffer when using defau...
2019-02-06 Antoine Salonblake2: backport changes to blake2s
2019-02-06 Antoine Salonblake2: register MAC objects
2019-02-06 Antoine Salonblake2b: add EVP_MAC API
2019-02-06 Antoine Salonblake2b: add support for parameter setting and keyed...
2019-02-06 Antoine Salonblake2: add implementation support for variable digest...
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2019-02-05 Patrick Steuercrypto/poly1305/asm/poly1305-s390x.pl: add vx code...
2019-02-04 Richard LevitteBuild: correct assembler generation in crypto/rc4/build...
2019-02-01 Andy Polyakovpoly1305/asm/poly1305-ppc.pl: add vector base 2^26...
2019-02-01 Andy Polyakovperlasm/ppc-xlate.pl: add VSX word load/store instructions.
2019-01-31 Bernd EdlingerFix a crash in reuse of i2d_X509_PUBKEY
2019-01-31 Bernd EdlingerFixed d2i_X509 in-place not re-hashing the ex_flags
2019-01-31 Bernd EdlingerFix a memory leak with di2_X509_CRL reuse
2019-01-31 Richard LevitteBuild: remove EXTRA
2019-01-31 Richard LevitteBuild: Remove BEGINRAW / ENDRAW / OVERRIDE
2019-01-30 David BenjaminDocument and add macros for additional DSA options
2019-01-29 Matt CaswellDon't leak memory from ERR_add_error_vdata()
2019-01-27 Antonio Iaconocrypto/cms: Add support for CAdES Basic Electronic...
2019-01-27 Ping Yuadd an additional async notification communication...
2019-01-27 David Asrafcrypto/bn: fix return value in BN_generate_prime
2019-01-24 Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2019-01-21 Richard LevitteRework building: Unix changes to handle extensions...
2019-01-21 Bernd EdlingerPPC: Try out if mftb works before using it
2019-01-21 Corey MinyardFix a memory leak in the mem bio
2019-01-16 David BenjaminReduce inputs before the RSAZ code.
2019-01-16 Richard Levittecrypto/bio/b_dump.c: change all char* to void*, and...
2019-01-16 Richard Levittecrypto/armcap.c, crypto/ppccap.c: stricter use of getau...
2019-01-16 Richard Levittecrypto/uid.c: use own macro as guard rather than AT_SECURE
2019-01-15 Matt CaswellCheck more return values in the SRP code
2019-01-15 Matt CaswellCheck a return value in the SRP code
2019-01-13 Anna HenningsenFix compilation with `-DREF_PRINT`
2019-01-08 Matt CaswellFix compilation on sparc
2019-01-07 Viktor DukhovniMore configurable crypto and ssl library initialization
2019-01-07 Viktor DukhovniUpdate generator copyright year.
next