Modify ossl_method_store_add() to handle reference counting
[openssl.git] / crypto /
2019-08-21 Richard LevitteModify ossl_method_store_add() to handle reference...
2019-08-21 Richard LevitteFix ossl_param_bld_push_{utf8,octet}_string() / param_b...
2019-08-21 PauliConstify param builder string functions.
2019-08-20 PauliStart up DEVRANDOM entropy improvement for older Linux...
2019-08-20 Dr. David von Oheimbprevent endless recursion when trace API is used within...
2019-08-19 Shane LontisAdd aes_ccm to provider
2019-08-19 Bernd EdlingerAdd a fallback definition for __NR_getrandom for x86...
2019-08-19 Richard LevitteUse macros internally for algorithm names
2019-08-19 Bernd EdlingerAdd a fallback definition for __NR_getrandom for ARM...
2019-08-18 Shane LontisAdd fips provider code for handling self test data
2019-08-18 Patrick SteuerDirectly return from final sha3/keccak_final if no...
2019-08-17 Bernd EdlingerFix error handling in X509_chain_up_ref
2019-08-16 Patrick SteuerFix 9bf682f which broke nistp224_method
2019-08-16 Richard LevitteRename ctx_{get,set}_params to {get,set}_ctx_params
2019-08-15 Richard LevitteImplement EVP_MAC_do_all_ex()
2019-08-15 Richard LevitteAdd EVP_MAC_provider()
2019-08-15 Richard LevitteOSSL_PARAM_construct_from_text(): handle non-hex octet...
2019-08-15 Richard LevitteAdjust some provider reason codes
2019-08-15 Richard LevitteAdapt diverse code to provider based MACs.
2019-08-15 Richard LevitteRemove init of MACs from EVP
2019-08-15 Richard LevitteMove Poly1305 to providers
2019-08-15 Richard LevitteMove SipHash to providers
2019-08-15 Richard LevitteMove KMAC to providers
2019-08-15 Richard LevitteMove HMAC to providers
2019-08-15 Richard LevitteMove GMAC to providers
2019-08-15 Richard LevitteMove CMAC to providers
2019-08-15 Richard LevitteMove BLAKE2 MACs to the providers
2019-08-15 Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-08-15 Patrick Steuers390x assembly pack: accelerate ECDSA
2019-08-15 Patrick SteuerEnable curve-spefific ECDSA implementations via EC_METHOD
2019-08-15 Patrick Steuers390x assembly pack: accelerate scalar multiplication
2019-08-15 Patrick Steuers390xcpuid.pl: fix comment
2019-08-15 Omid NajafiFix syntax error for the armv4 assembler
2019-08-15 Richard LevitteRename provider and core get_param_types functions
2019-08-15 Richard Levittecrypto/engine/eng_openssl.c: define TEST_ENG_OPENSSL_RC...
2019-08-15 Richard LevitteAdd missing EVP param utility functions
2019-08-12 PauliAccess data after obtaining the lock not before.
2019-08-14 opensslonzos-githubAdd missing EBCDIC strings
2019-08-13 Tomas MrazBIO_lookup_ex: Do not retry on EAI_MEMORY
2019-08-13 Tomas MrazBIO_lookup_ex: Always retry the lookup on failure with...
2019-08-12 Richard LevitteHMAC: use EVP_MD_flags(), not EVP_MD_meth_get_flags()
2019-08-12 Richard LevitteAdapt diverse EVP_MD functions to use get_params and...
2019-08-12 Richard LevitteMake more use of OSSL_PARAM for digests
2019-08-12 Richard LevitteAdd OSSL_PARAM_construct_from_text() and OSSL_PARAM_all...
2019-08-12 Richard LevitteAdd OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()
2019-08-12 Shane LontisFix windows compile errors in params.c
2019-08-09 Matt CaswellEnsure RSA PSS correctly returns the right default...
2019-08-09 Vladimir Kotaluse native atomic increment function on Solaris
2019-08-09 Shane LontisAdd missing SIZE_MAX define for windows
2019-08-09 Bernd EdlingerMerge probable_prime_dh_safe with bn_probable_prime_dh
2019-08-09 Bernd EdlingerAdd a parameter to probable_prime if we look for a...
2019-08-09 raja-ashokRestrict usage of bio_dgram_sctp_data only to DGRAM...
2019-08-09 Vladimir Kotalmake ecp_nistz256_point_add_vis3() local
2019-08-08 Matt CaswellAvoid holding a lock when calling OPENSSL_init_crypto
2019-08-08 Shane LontisChange EVP_CIPHER_CTX_iv_length() to return current...
2019-08-07 Matt CaswellFix enable-ec_nistp_64_gcc_128
2019-08-07 Matt CaswellDon't set ctx->cipher until after a successful fetch
2019-08-06 Matt CaswellMake the EC code available from inside the FIPS provider
2019-08-04 David von OheimbFix deprecation inconsisteny w.r.t. CRYPTO_mem_debug_...
2019-08-02 Rich SalzReplace FUNCerr with ERR_raise_data
2019-08-02 PauliUse NULL as parameter when pointer can only be NULL.
2019-08-01 Dr. Matthias St... Add missing accessors for X509 AuthorityKeyIdentifier
2019-08-01 Matt CaswellLoad the config file by default
2019-08-01 PauliPrevent an infinite recursion when the query cache...
2019-08-01 PauliThe query cache has been updated to not depend on RAND_...
2019-07-31 joe2018OutlookcomFix warning C4164 in MSVC.
2019-07-31 David von Oheimbmake RSA and DSA operations throw MISSING_PRIVATE_KEY...
2019-07-31 Shane LontisAdd gcm ciphers (aes and aria) to providers.
2019-07-31 Richard LevitteERR: fix err_data_size inconsistencies
2019-07-31 Shane LontisRename X509_STORE ptr stored in opaque struct X509_STOR...
2019-07-31 Shane LontisAdd evp_util macros
2019-07-31 FdaSilvaYYCAdES : lowercase name for now internal methods.
2019-07-31 Richard LevitteRefactor provider support for reporting errors
2019-07-31 Richard LevitteERR: Remove ERR_put_func_error() and reimplement ERR_pu...
2019-07-31 Richard LevitteERR: Add new building blocks for reporting errors
2019-07-31 Richard LevitteERR: refactor useful inner macros to err_locl.h. Add...
2019-07-30 Bernd EdlingerFix BIO_printf format warnings
2019-07-30 Matt CaswellDocument the provider CIPHER operation
2019-07-30 Richard LevitteERR: re-use the err_data field when possible
2019-07-26 Patrick Steuers390x assembly pack: use getauxval to detect hw capabil...
2019-07-26 Richard LevitteAdd functions to see if a provider is available for...
2019-07-24 Dr. Matthias St... Remove OPENSSL_X509V3_H include detector from openssl...
2019-07-24 Dr. Matthias St... Remove HEADER_BSS_FILE_C module include guard
2019-07-24 Bernd EdlingerEnforce a minimum DH modulus size of 512 bits
2019-07-23 Richard LevitteAdapt DH to use with KEYMGMT
2019-07-23 Matt CaswellRemove some utilities from the core to provider interface
2019-07-23 PauliMake rand_pool buffers more dynamic in their sizing.
2019-07-23 PauliAvoid double clearing some BIGNUMs
2019-07-23 Richard LevitteReplace OSSL_ITEM with OSSL_PARAM as parameter descript...
2019-07-23 Richard LevitteAdd EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()
2019-07-23 Richard LevitteAdd internal function evp_generic_do_all()
2019-07-23 Richard LevitteRefactor ossl_method_construct() in terms of ossl_algor...
2019-07-23 Richard LevitteAdd internal function ossl_algorithm_do_all()
2019-07-23 Richard LevitteAdd OSSL_PROVIDER_name()
2019-07-23 Richard LevitteAdd EVP_MD_provider() and EVP_CIPHER_provider()
2019-07-23 Richard LevitteRe-implement EVP_MD_name() and EVP_CIPHER_name() as...
2019-07-23 Richard LevitteAdd a mechnism to save the name of fetched methods
2019-07-22 Patrick SteuerRemove superfluous call to OPENSSL_cpuid_setup
2019-07-22 Bernd EdlingerChange DH parameters to generate the order q subgroup...
2019-07-22 Rich SalzDeprecate SYSerr, add new FUNCerr macro
next