]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
In provider implemented methods, save the name number, not the name string
[thirdparty/openssl.git] / crypto /
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
2019-09-04  PauliOSSL_PARAM_construct_utf8_string computes the string...
2019-09-04  Richard LevitteNew function EVP_CIPHER_free()
2019-09-04  Richard LevitteNew function EVP_MD_free()
2019-09-03  Richard LevitteRefactor how KEYMGMT methods get associated with other...
2019-09-02  Bernd EdlingerAdd CPU info to the speed command summary
2019-09-01  Bernd EdlingerRemove extern declarations of OPENSSL_ia32cap_P
2019-09-01  Shane LontisFix platform specific issues with provider ciphers
2019-08-29  PauliFix NITs in comments and CHANGES for DEVRANDOM seeded...
2019-08-29  Dr. David von Oheimbfix ERR_add_error_vdata() for use with multiple args...
2019-08-29  Matt CaswellUse ENGINE_get_id() instead of ENGINE_get_name()
2019-08-29  Matt CaswellFix no-engine
2019-08-29  Matt CaswellFix data races in EVP_CIPHER_fetch and EVP_MD_fetch
2019-08-29  Matt CaswellMake sure we pre-initialise properties
2019-08-29  Matt CaswellFix context locking
2019-08-27  Richard LevitteCoverty fixes for MACs
2019-08-27  Richard LevitteOPENSSL_info(): add the item OPENSSL_INFO_SEED_SOURCE...
2019-08-27  Cesar Pereida GarciaFix SCA vulnerability when using PVK and MSBLOB key...
2019-08-26  PauliInclude mac_meth and mac_lib in the FIPS provider
2019-08-26  Shane LontisCleanup ciphers and Add 3des ciphers.
2019-08-24  Richard LevitteGet rid of the diversity of names for MAC parameters
next