OSSL_PARAM functions: change to allow the data field to be NULL
[openssl.git] / crypto /
2019-09-27 Richard LevitteOSSL_PARAM functions: change to allow the data field...
2019-09-27 Dr. David von Oheimb Certificate Management Protocol (CMP, RFC 4210...
2019-09-26 Richard LevitteWhen building of modules is disabled, build the legacy...
2019-09-25 Patrick Steuers390x assembly pack: accelerate X25519, X448, Ed25519...
2019-09-25 Patrick Steuers390x assembly pack: cleanse only sensitive fields
2019-09-25 Patrick Steuers390x assembly pack: fix OPENSSL_s390xcap z15 cpu mask
2019-09-25 Patrick Steuers390x assembly pack: fix msa3 stfle bit detection
2019-09-25 Matt CaswellMake EVP_MD_CTX_[gettable|settable]_params() take an...
2019-09-25 PauliRemove engine param macros from wrapper APIs
2019-09-25 Shane LontisAdd rc4 cipher to default provider
2019-09-24 jayaramfix for dsa key size feature request issue: pkey -text...
2019-09-24 Dmitry BelyavskiySupport printing out some otherName variants
2019-09-23 Richard LevitteRework cipher / digest fetching for legacy nids with...
2019-09-23 Shane LontisAdd des ciphers to default provider
2019-09-21 Dr. Matthias St... Configure: add missing dependency to fix parallel build...
2019-09-21 Kurt RoeckxUse the correct maximum indent
2019-09-20 Shane LontisAdd aes_wrap cipher to providers
2019-09-20 Shane LontisFix missing bn_mul_mont symbol in solaris fips module
2019-09-19 Rich SalzAvoid ?: construct in XXXerr calls
2019-09-19 Richard LevitteModify providers that keep track of underlying algorithms
2019-09-19 Richard LevitteIn provider implemented methods, save the name number...
2019-09-19 Shane LontisAdd aes_ocb cipher to providers
2019-09-19 Shane LontisAdd sm4 ciphers to default provider
2019-09-18 Shane LontisAdd SEED ciphers to default provider
2019-09-18 Shane LontisAdd cast5 ciphers to default provider
2019-09-18 Shane LontisAdd IDEA ciphers to default provider
2019-09-18 Richard Levittecrypto/bn/build.info: Correct use of SSE2 definition
2019-09-16 Bernd EdlingerFix building statically without any dso support
2019-09-16 Richard LevitteUnify all assembler file generators
2019-09-16 Richard Levittebuild.info: For all assembler generators, remove all...
2019-09-16 ManishPatidar1clearing the ecx private key memory
2019-09-15 Shane LontisAdd blowfish ciphers to default provider
2019-09-15 Shane LontisAdd fips module integrity check
2019-09-15 Shane LontisFix compile error detected by Solaris build
2019-09-14 Andreas Kretschmerfix CRMF symmetric key handling
2019-09-13 Shane LontisAdd aes_xts cipher to providers
2019-09-13 Shane LontisFix S390X bad size_t that causes memory trash in legacy...
2019-09-13 Rich SalzERR: Change get_error_values() to use an enum
2019-09-13 Bernd EdlingerFix potential memory leaks with BN_to_ASN1_INTEGER
2019-09-12 Richard LevitteDeprecate ERR_get_state()
2019-09-12 Richard LevitteDeprecate the public definition of ERR_STATE
2019-09-12 Richard LevitteModernise ERR_print_errors_cb()
2019-09-12 Richard LevitteModernise the ERR functionality further (new functions...
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-12 Tomas MrazBIO_f_zlib: Properly handle BIO_CTRL_PENDING and BIO_CT...
2019-09-12 Matt CaswellAvoid passing NULL to memcpy
2019-09-12 Matt CaswellPass the correct ctx to provider KDF functions
2019-09-11 Dr. Matthias St... crypto/threads_win.c: fix preprocessor indentation
2019-09-11 Dr. Matthias St... drbg: fix issue where DRBG_CTR fails if NO_DF is used...
2019-09-11 Dr. Matthias St... drbg: add fork id to additional data on UNIX systems
2019-09-11 Dr. Matthias St... drbg: ensure fork-safety without using a pthread_atfork...
2019-09-11 Shane LontisAdd EVP_CIPHER_CTX_tag_length()
2019-09-11 PauliUsages of KDFs converted to use the name macros
2019-09-10 PauliCoverity 1453629 and 1453638: Error handling issues...
2019-09-10 PauliCoverity 1453628: Null pointer dereferences (REVERSE_INULL)
2019-09-10 Bernd EdlingerFix a padding oracle in PKCS7_dataDecode and CMS_decryp...
2019-09-10 Bernd EdlingerFix a potential crash in rand_unix.c
2019-09-10 Bernd EdlingerFix a strict warnings error in rand_pool_acquire_entropy
2019-09-09 Bernd EdlingerFix build with VS2008
2019-09-09 Matt CaswellMove EVP_PKEY algorithm implementations into a union
2019-09-09 Matt CaswellRevise EVP_PKEY param handling
2019-09-09 Matt CaswellEnable DH "keys" which only contain domain parameters
2019-09-09 Matt CaswellAdd support for verify/verify_recover functions to...
2019-09-09 Matt CaswellImplement DSA in the default provider
2019-09-09 Matt CaswellAdd the ability to perform signatures in a provider
2019-09-09 Bernd EdlingerDH_check_pub_key_ex was accidentally calling DH_check,
2019-09-09 Bernd EdlingerUse BN_clear_free in DH_set0_key
2019-09-09 Bernd EdlingerCheck the DH modulus bit length
2019-09-09 Nicola Tuveri[ec] Match built-in curves on EC_GROUP_new_from_ecparam...
2019-09-06 Nicola Tuveri[ec/ecp_nistp*.c] restyle: use {} around `else` too
2019-09-06 Nicola Tuveri[ec/ecp_nistp*.c] remove flip_endian()
2019-09-06 Nicola TuveriUniform BN_bn2binpad() and BN_bn2lebinpad() implementations
2019-09-06 Nicola TuveriMake BN_num_bits() consttime upon BN_FLG_CONSTTIME
2019-09-06 Nicola TuveriFix a SCA leak using BN_bn2bin()
2019-09-06 Bernd EdlingerFix a SCA leak in BN_generate_dsa_nonce
2019-09-06 Cesar Pereida Garcia[crypto/rsa] Set the constant-time flag in multi-prime...
2019-09-06 Cesar Pereida Garcia[crypto/asn1] Fix multiple SCA vulnerabilities during...
2019-09-06 PauliClear collected_seed after freeing it
2019-09-06 Richard LevitteDeal with BUF_MEM_grow ambiguity
2019-09-06 Richard Levittecrypto/evp/pkey_kdf.c: further special treatment of...
2019-09-06 Richard Levittecrypto/evp/pkey_kdf.c: Redo parameter processing
2019-09-06 Richard Levittecrypto/evp/kdf_meth.c: Add the reset function to the...
2019-09-06 Pauliossl_provider_library_context(NULL) returns NULL.
2019-09-06 PauliParams from text to allow zero length value fields
2019-09-06 PauliKDF error codes reworked
2019-09-06 PauliCleanse KDF error files
2019-09-06 PauliCleanse crypto/kdf directory
2019-09-06 PauliKDF/PRF updates to libcrypto
2019-09-06 PauliKDF provider conversion error updates - generated
2019-09-06 PauliFix users of KDFs to use params not ctls
2019-09-06 PauliRemove old KDF initialisation
2019-09-06 PauliMove KDFs to the provider.
2019-09-05 Viktor DukhovniUndeprecate OpenSSL_version_num and OPENSSL_VERSION_NUMBER
2019-09-05 Dmitry BelyavskiyReverting check to correct
2019-09-05 Dmitry BelyavskiyDisallow change EVP_CIPHER properties once set
2019-09-05 Dmitry BelyavskiyDisallow change EVP_MD properties once set
2019-09-05 Billy Brumley[crypto/ec] for ECC parameters with NULL or zero cofact...
2019-09-05 Bernd EdlingerFix error handling in x509_lu.c
2019-09-05 Bernd EdlingerCleanup includes in rand_unix.c
2019-09-05 Shane LontisChange provider params from int to size_t
next