summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearRichard Levitte2021-01-2896-96/+96
* Fix OSSL_PARAM_allocate_from_text() for EBCDICRichard Levitte2021-01-271-0/+5
* Clean away unnecessary length related OSSL_PARAM key namesRichard Levitte2021-01-263-9/+6
* Add checks for NULL return from EC_KEY_get0_group()Tomas Mraz2021-01-262-2/+9
* Avoid using OSSL_PKEY_PARAM_GROUP_NAME when the key might be legacyTomas Mraz2021-01-261-3/+2
* Add EVP_PKEY functions to get EC conv form and field typeMatt Caswell2021-01-261-0/+79
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-2613-89/+336
* Add functions to set values into an EVP_PKEYShane Lontis2021-01-261-0/+104
* bn: Deprecate the X9.31 RSA key generation related functionsTomas Mraz2021-01-254-5/+9
* OCSP HTTP: Restore API of undocumented and recently deprecated functionsDr. David von Oheimb2021-01-231-21/+22
* OSSL_HTTP_REQ_CTX_new(): replace method_GET parameter by method_POSTDr. David von Oheimb2021-01-231-7/+7
* rename OSSL_HTTP_REQ_CTX_header to OSSL_HTTP_REQ_CTX_set_request_lineDr. David von Oheimb2021-01-231-5/+7
* Add check of HTTP method to OSSL_HTTP_REQ_CTX_content()Dr. David von Oheimb2021-01-231-0/+4
* Don't copy parameters on setting a key in libsslMatt Caswell2021-01-221-2/+2
* Ensure legacy_asn1_ctrl_to_param can handle MDs not in the OBJ databaseMatt Caswell2021-01-221-4/+33
* Check input size before NULL pointer test inside mem_write()zsugabubus2021-01-211-4/+4
* dh_cms_set_shared_info: Use explicit fetch to be able to provide libctxTomas Mraz2021-01-211-2/+10
* dh_cms_set_peerkey: The peer key is encoded as an ASN.1 integerTomas Mraz2021-01-211-1/+15
* Fixes related to broken DH support in CMSTomas Mraz2021-01-213-2/+6
* Pass correct maximum output length to provider derive operationTomas Mraz2021-01-211-8/+8
* CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messagesDr. David von Oheimb2021-01-213-46/+88
* X509_REQ_get_extensions(): Return empty stack if no extensions foundDr. David von Oheimb2021-01-211-1/+3
* Deprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_exRich Salz2021-01-211-7/+0
* Ensure SRP BN_mod_exp follows the constant time pathMatt Caswell2021-01-201-3/+8
* X509v3_get_ext_by_NID.pod: Add warning on counter-intuitive behavior of X509v...Dr. David von Oheimb2021-01-202-10/+3
* X509_REQ_print_ex(): Correct indentation of extensions, which are attributesDr. David von Oheimb2021-01-201-4/+4
* X509_REQ_print_ex(): Replace weird 'a0:00' output on empty attributes by '(no...Dr. David von Oheimb2021-01-201-1/+1
* constify X509_REQ_add_extensions() and X509_REQ_add_extensions_nid()Dr. David von Oheimb2021-01-201-5/+5
* X509: Enable printing cert even with invalid validity times, saying 'Bad time...Dr. David von Oheimb2021-01-202-8/+13
* ASN1_TIME_print() etc.: Improve doc and add comment on handling invalid time ...Dr. David von Oheimb2021-01-201-4/+3
* x509_vfy.c: Rename CHECK_CB() to the more intuitively readable CB_FAIL_IF()Dr. David von Oheimb2021-01-201-137/+106
* Remove pkey_downgrade from PKCS7 codeShane Lontis2021-01-204-64/+64
* Deprecate OCSP_xxx API for OSSL_HTTP_xxxRich Salz2021-01-192-24/+11
* Fix PKCS7 potential segfaultShane Lontis2021-01-186-22/+39
* CMS: Fix NULL access if d2i_CMS_bio() is not passed a CMS_ContentInfo**.Shane Lontis2021-01-189-47/+68
* Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz2021-01-181-7/+7
* replace all BIO_R_NULL_PARAMETER by ERR_R_PASSED_NULL_PARAMETERDr. David von Oheimb2021-01-164-15/+13
* bio_lib.c: Fix error queue entries and return codes on NULL args etc.Dr. David von Oheimb2021-01-161-52/+57
* X509V3_EXT_CRL_add_nconf(): Fix mem leak on error and simplify itDr. David von Oheimb2021-01-161-19/+19
* Allow EVP_PKEY private key objects to be created without a public componentJon Spillett2021-01-154-27/+0
* Fix crypto/des/build.infoRichard Levitte2021-01-151-1/+1
* Correct typo in rsa_oaep.cDaniel Bevenius2021-01-151-1/+1
* Fix a failure where fetches can return NULL in multi-threaded codeMatt Caswell2021-01-141-0/+10
* Fix an issue in provider_activate_fallbacks()Matt Caswell2021-01-141-26/+39
* Enable locking on the primary DRBG when we create itMatt Caswell2021-01-144-8/+13
* Make sure we take the ctx->lock in ossl_lib_ctx_generic_new()Matt Caswell2021-01-141-2/+6
* Lock the provider operation_bitsMatt Caswell2021-01-141-0/+8
* Fix a crash with multi-threaded applications using the FIPS moduleMatt Caswell2021-01-141-2/+4
* find_issuer(): When returning an expired issuer, take the most recently expir...Dr. David von Oheimb2021-01-141-5/+7
* Skip BOM when reading the config fileDmitry Belyavskiy2021-01-141-0/+14