summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* X509_STORE_CTX_cleanup(): Use internally so no need to call explicitlyDr. David von Oheimb2021-02-113-6/+9
* X509_STORE_CTX_get1_issuer(): Make preference on expired certs consistent wit...Dr. David von Oheimb2021-02-111-20/+25
* x509_vfy.c: Make chain_build() error diagnostics to the pointDr. David von Oheimb2021-02-111-10/+31
* Rename internal providercommonerr.h to less mouthful proverr.hTomas Mraz2021-02-112-2/+2
* Various cleanup of PROV_R_ reason codesTomas Mraz2021-02-111-19/+5
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-1/+1
* include/openssl: add a few missing #pragma once directivesFdaSilvaYY2021-02-102-1/+10
* Replace provider digest flags with separate param fieldsShane Lontis2021-02-102-30/+10
* Replace provider cipher flags with separate param fieldsShane Lontis2021-02-101-14/+54
* x509_vfy.c: Sort out return values 0 vs. -1 (failure/internal error)Dr. David von Oheimb2021-02-091-73/+104
* X509_get_pubkey_parameters(): Correct failure behavior and its useDr. David von Oheimb2021-02-091-13/+12
* x509_vfy.c: Fix various coding style and documentation style nitsDr. David von Oheimb2021-02-091-11/+11
* Deprecate BN_pseudo_rand() and BN_pseudo_rand_range()Tomas Mraz2021-02-091-0/+2
* Enhanced integer parsing in OSSL_PARAM_allocate_from_textPetr Gotthard2021-02-091-6/+15
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-082-41/+13
* Fix race condition & allow operation cache to grow.Pauli2021-02-072-59/+73
* Add X509_STORE_CTX_verify(), which takes the first untrusted cert as default ...Dr. David von Oheimb2021-02-061-2/+16
* Remove OPENSSL_NO_EC guards from libsslMatt Caswell2021-02-051-0/+1
* Make supported_groups code independent of EC and DHMatt Caswell2021-02-051-1/+1
* EVP: use evp_pkey_copy_downgraded() in EVP_PKEY_copy_parameters()Richard Levitte2021-02-051-22/+31
* ERR: Rebuild all generated error headers and source filesRichard Levitte2021-02-051-1890/+0
* RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz2021-02-053-4/+12
* Don't make pthreads mutexes recursive.Rich Salz2021-02-051-8/+17
* EVP: Adapt EVP_PKEY_{set1,get1}_encoded_public_key()Richard Levitte2021-02-051-37/+30
* EVP: Modify the checks in EVP_PKEY_{set,get}_xxx_param() functionsRichard Levitte2021-02-051-51/+25
* EVP: Adapt the other EVP_PKEY_set_xxx_param() functionsRichard Levitte2021-02-051-31/+34
* EVP: Make EVP_PKEY_set_params() increment the dirty countRichard Levitte2021-02-052-11/+29
* x509_vfy.c: Improve coding style and comments all over the fileDr. David von Oheimb2021-02-041-379/+301
* Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stackDr. David von Oheimb2021-02-046-56/+52
* Fix a use after free issue when a provider context is being used and isn't ca...Pauli2021-02-041-5/+6
* EC: Reverse the default asn1_flag in a new EC_GROUPRichard Levitte2021-02-031-1/+5
* EVP: Fix evp_pkey_ctx_store_cached_data() to handle provider backed EVP_PKEY_CTXRichard Levitte2021-02-032-47/+77
* EVP: Don't find standard EVP_PKEY_METHODs automaticallyRichard Levitte2021-02-031-10/+21
* dh_cms_set_peerkey: Pad the public key to p sizeTomas Mraz2021-02-021-1/+5
* Ensure the EVP_PKEY operation_cache is appropriately lockedMatt Caswell2021-02-022-6/+55
* Always ensure we hold ctx->lock when calling CRYPTO_get_ex_data()Matt Caswell2021-02-022-7/+28
* Refactor RAND_get0_primary() lockingMatt Caswell2021-02-021-25/+39
* Deprecate X509_certificate_typeRich Salz2021-02-021-1/+5
* Add some PKIX-RPKI objectsJob Snijders2021-02-023-6/+91
* Constify OSSL_HTTP_REQ_CTX_get0_mem_bio()Dr. David von Oheimb2021-02-021-1/+1
* HTTP: add more error detection to low-level APIDr. David von Oheimb2021-02-023-9/+24
* HTTP: Fix mistakes and unclarities on maxline and max_resp_len paramsDr. David von Oheimb2021-02-021-19/+17
* OSSL_HTTP_REQ_CTX_nbio(): Revert to having state var that keeps req len still...Dr. David von Oheimb2021-02-021-8/+8
* EVP: fix keygen for EVP_PKEY_RSA_PSSDaniel Bevenius2021-01-282-1/+74
* check_sig_alg_match(): weaken sig nid comparison to allow RSA{,PSS} key verif...Dr. David von Oheimb2021-01-281-8/+10
* Fix rsa_pss_asn1_meth to refert to rsa_sig_info_setDr. David von Oheimb2021-01-281-1/+1
* obj_xref: rsassaPss must map to 'undef rsassaPss' (not 'undef rsaEncryption')Dr. David von Oheimb2021-01-282-2/+2
* 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