Clean away unnecessary length related OSSL_PARAM key names
[openssl.git] / crypto /
2021-01-26 Richard LevitteClean away unnecessary length related OSSL_PARAM key...
2021-01-26 Tomas MrazAdd checks for NULL return from EC_KEY_get0_group()
2021-01-26 Tomas MrazAvoid using OSSL_PKEY_PARAM_GROUP_NAME when the key...
2021-01-26 Matt CaswellAdd EVP_PKEY functions to get EC conv form and field...
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-26 Shane LontisAdd functions to set values into an EVP_PKEY
2021-01-25 Tomas Mrazbn: Deprecate the X9.31 RSA key generation related...
2021-01-23 Dr. David von OheimbOCSP HTTP: Restore API of undocumented and recently...
2021-01-23 Dr. David von OheimbOSSL_HTTP_REQ_CTX_new(): replace method_GET parameter...
2021-01-23 Dr. David von Oheimbrename OSSL_HTTP_REQ_CTX_header to OSSL_HTTP_REQ_CTX_se...
2021-01-23 Dr. David von OheimbAdd check of HTTP method to OSSL_HTTP_REQ_CTX_content()
2021-01-22 Matt CaswellDon't copy parameters on setting a key in libssl
2021-01-22 Matt CaswellEnsure legacy_asn1_ctrl_to_param can handle MDs not...
2021-01-21 zsugabubusCheck input size before NULL pointer test inside mem_wr...
2021-01-21 Tomas Mrazdh_cms_set_shared_info: Use explicit fetch to be able...
2021-01-21 Tomas Mrazdh_cms_set_peerkey: The peer key is encoded as an ASN...
2021-01-21 Tomas MrazFixes related to broken DH support in CMS
2021-01-21 Tomas MrazPass correct maximum output length to provider derive...
2021-01-21 Dr. David von OheimbCMP: Allow PKCS#10 input also for ir, cr, kur, and...
2021-01-21 Dr. David von OheimbX509_REQ_get_extensions(): Return empty stack if no...
2021-01-21 Rich SalzDeprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_ex
2021-01-20 Matt CaswellEnsure SRP BN_mod_exp follows the constant time path
2021-01-20 Dr. David von OheimbX509v3_get_ext_by_NID.pod: Add warning on counter-intui...
2021-01-20 Dr. David von OheimbX509_REQ_print_ex(): Correct indentation of extensions...
2021-01-20 Dr. David von OheimbX509_REQ_print_ex(): Replace weird 'a0:00' output on...
2021-01-20 Dr. David von Oheimbconstify X509_REQ_add_extensions() and X509_REQ_add_ext...
2021-01-20 Dr. David von OheimbX509: Enable printing cert even with invalid validity...
2021-01-20 Dr. David von OheimbASN1_TIME_print() etc.: Improve doc and add comment...
2021-01-20 Dr. David von Oheimbx509_vfy.c: Rename CHECK_CB() to the more intuitively...
2021-01-20 Shane LontisRemove pkey_downgrade from PKCS7 code
2021-01-19 Rich SalzDeprecate OCSP_xxx API for OSSL_HTTP_xxx
2021-01-18 Shane LontisFix PKCS7 potential segfault
2021-01-18 Shane LontisCMS: Fix NULL access if d2i_CMS_bio() is not passed...
2021-01-18 Tomas MrazRename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_...
2021-01-16 Dr. David von Oheimbreplace all BIO_R_NULL_PARAMETER by ERR_R_PASSED_NULL_P...
2021-01-16 Dr. David von Oheimbbio_lib.c: Fix error queue entries and return codes...
2021-01-16 Dr. David von OheimbX509V3_EXT_CRL_add_nconf(): Fix mem leak on error and...
2021-01-15 Jon SpillettAllow EVP_PKEY private key objects to be created withou...
2021-01-15 Richard LevitteFix crypto/des/build.info
2021-01-15 Daniel BeveniusCorrect typo in rsa_oaep.c
2021-01-14 Matt CaswellFix a failure where fetches can return NULL in multi...
2021-01-14 Matt CaswellFix an issue in provider_activate_fallbacks()
2021-01-14 Matt CaswellEnable locking on the primary DRBG when we create it
2021-01-14 Matt CaswellMake sure we take the ctx->lock in ossl_lib_ctx_generic...
2021-01-14 Matt CaswellLock the provider operation_bits
2021-01-14 Matt CaswellFix a crash with multi-threaded applications using...
2021-01-14 Dr. David von Oheimbfind_issuer(): When returning an expired issuer, take...
2021-01-14 Dmitry BelyavskiySkip BOM when reading the config file
2021-01-14 David CarlierOPENSSL_cpuid_setup FreeBSD arm update.
2021-01-14 David CarlierOPENSSL_cpuid_setup FreeBSD PowerPC update
2021-01-13 Dr. David von Oheimbx509v3.h.in: Deprecate CTX_TEST and replace it by X509V...
2021-01-13 Dr. David von Oheimbcrypto/x509: Rename v3_{skey,skid}.c, v3_{akey,akid...
2021-01-13 Dr. David von OheimbAdd X509V3_set_issuer_pkey, needed for AKID of self...
2021-01-13 Dr. David von OheimbX509_PUBKEY_set(): Fix error reporting
2021-01-13 Dr. David von OheimbAPPS: Allow OPENSSL_CONF to be empty, not loading a...
2021-01-13 Dr. David von Oheimbapps/{req,x509,ca}.c Make sure certs have SKID and...
2021-01-13 Dr. David von OheimbX509_cmp(): Fix comparison in case x509v3_cache_extensi...
2021-01-13 Dr. David von Oheimbd2i_X509(): Make deallocation behavior consistent with...
2021-01-13 Agustin GianniFix incorrect use of BN_CTX API
2021-01-13 Dr. David von Oheimbx509_vfy.c: Fix a regression in find_issuer()
2021-01-13 Dr. David von OheimbMake PEM_X509_INFO_read_bio_ex() conservative on the...
2021-01-13 Dr. David von OheimbAdd X509_NAME_hash_ex() to be able to check if it faile...
2021-01-12 Richard LevitteClean away extraneous library specific FETCH_FAILED...
2021-01-12 Richard LevitteUse centralized fetching errors
2021-01-12 Dr. Matthias St... v3_ocsp.c: fix indentation of include directives
2021-01-08 Thomas De Schamphe... replace 'unsigned const char' with 'const unsigned...
2021-01-08 Nicola TuveriAdd SM2 private key range validation
2021-01-08 Billy Brumley[crypto/dh] side channel hardening for computing DH...
2021-01-07 Matt CaswellUpdate copyright year
2021-01-04 Nirbheek Chauhancrypto/win: Don't use disallowed APIs on UWP
2021-01-04 Dr. David von OheimbUpdate copyright years of auto-generated headers (make...
2020-12-31 Matt CaswellOptimise OPENSSL_init_crypto
2020-12-31 Matt CaswellAdd some more CRYPTO_atomic functions
2020-12-30 Matt CaswellDon't call EVP_CIPHER_CTX_block_size() to find the...
2020-12-24 Matt CaswellOptimise OPENSSL_init_crypto to not need a lock when...
2020-12-23 Matt CaswellCache Digest constants
2020-12-23 Matt CaswellMove the caching of cipher constants into evp_cipher_fr...
2020-12-21 Ingo SchwarzeFix NULL pointer access caused by X509_ATTRIBUTE_create()
2020-12-21 jwalchRestore v2i_AUTHORITY_INFO_ACCESS() behavior
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-19 Richard LevitteFix 'no-deprecated'
2020-12-19 Petr GotthardFix OSSL_PARAM creation in OSSL_STORE_open_ex
2020-12-17 Paulidsa: provider and library deprecation changes
2020-12-17 Richard LevitteEVP: Fix memory leak in EVP_PKEY_CTX_dup()
2020-12-17 Richard LevitteCORE: Separate OSSL_PROVIDER activation from OSSL_PROVI...
2020-12-17 Richard LevitteDECODER: Adjust the library context of keys in our...
2020-12-17 Richard LevitteMSBLOB & PVK: Make it possible to write EVP_PKEYs with...
2020-12-17 Richard LevitteDECODER EVP_PKEY: Don't store all the EVP_KEYMGMTs
2020-12-16 Richard LevitteDrop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DS...
2020-12-16 Richard LevitteEVP_PKEY & EC_KEY: Make EC EVP_PKEY_CTX parameter ctrls...
2020-12-16 Richard LevitteEVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls...
2020-12-16 Richard LevitteEVP_PKEY & DSA: move dsa_ctrl.c to be included only...
2020-12-15 Rich SalzDeprecate OCSP_REQ_CTX_set1_req
2020-12-14 Shane LontisFix Segfault in EVP_PKEY_CTX_dup when the ctx has an...
2020-12-14 Matt CaswellFix no-threads
2020-12-13 Richard LevittePEM: Unlock MSBLOB and PVK functions from 'no-dsa'...
2020-12-12 Pauliparams: allow more variations in integer conversions.
2020-12-10 Dr. David von Oheimbopenssl_hexstr2buf_sep(): Prevent misleading 'malloc...
2020-12-10 Dr. David von Oheimbv2i_AUTHORITY_KEYID(): Correct out-of-memory behavior...
2020-12-10 Dr. David von OheimbX509V3_EXT_add_nconf_sk(): Improve description and...
next