summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-05-1580-80/+80
* EVP: Refactor the RSA-PSS key generation controls for providersRichard Levitte2020-05-142-43/+82
* PROV & SIGNATURE: Adapt the RSA signature code for PSS-parametersRichard Levitte2020-05-141-0/+3
* EVP: For SIGNATURE operations, pass the propquery earlyRichard Levitte2020-05-142-4/+8
* PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementationRichard Levitte2020-05-141-0/+5
* DER writer: Add the possibility to abandon empty SEQUENCEsRichard Levitte2020-05-141-4/+33
* RSA: Add PSS-parameter processing in EVP_PKEY_ASN1_METHOD functionsRichard Levitte2020-05-141-16/+114
* RSA: Add a less loaded PSS-parameter structureRichard Levitte2020-05-144-2/+300
* RSA: Add rsa_schemes.c, to store scheme data and translator functionsRichard Levitte2020-05-142-1/+87
* RSA: Extract much of the rsa_pkey_export_to() code to a separate functionRichard Levitte2020-05-142-57/+53
* RSA: Add RSA key typesRichard Levitte2020-05-141-1/+15
* EVP: Only use the engine when one is defined, in pkey_mac_ctrl()Richard Levitte2020-05-141-7/+11
* Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()Dr. David von Oheimb2020-05-135-17/+17
* Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MSG_update_transactionID()Dr. David von Oheimb2020-05-137-98/+114
* Preliminary fix of memory leak in try_decode_PKCS12() - full fix is in #11733Dr. David von Oheimb2020-05-131-0/+1
* OSSL_STORE: Make the 'file' scheme loader handle MSBLOB and PVK filesRichard Levitte2020-05-134-21/+131
* OSSL_STORE: Better information when prompting for pass phrasesRichard Levitte2020-05-131-39/+48
* OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIORichard Levitte2020-05-137-105/+106
* PROV: Adapt all our providers to use the new PROV_CTX structureRichard Levitte2020-05-131-0/+1
* Remove explicit dependency on configdata.pm when processing .in filesRichard Levitte2020-05-131-1/+0
* Replace misleading error message when loading PEMTomas Mraz2020-05-121-1/+1
* CORE: Attach the provider context to the provider lateRichard Levitte2020-05-121-1/+3
* Fix d2i_PrivateKey_ex() to work as documentedRichard Levitte2020-05-121-0/+2
* Fix bio_wait() in crypto/bio/bio_lib.c in case OPENSSL_NO_SOCKDr. David von Oheimb2020-05-091-0/+2
* Constify 'req' parameter of OSSL_HTTP_post_asn1()Dr. David von Oheimb2020-05-093-5/+5
* Fix bug in OSSL_CMP_SRV_process_request() on transaction renewalDr. David von Oheimb2020-05-091-4/+6
* Fix PEM certificate loading that sometimes failsMaximilian Blenk2020-05-081-7/+21
* EVP: when setting the operation to EVP_PKEY_OP_UNDEFINED, clean up!Richard Levitte2020-05-084-6/+9
* Remove legacy FIPS_mode functionsShane Lontis2020-05-072-25/+1
* Add RSA SHA512 truncated digest supportShane Lontis2020-05-071-0/+2
* Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis2020-05-074-47/+5
* Remove cipher table lookup from EVP_CipherInit_exShane Lontis2020-05-071-160/+0
* Fix a memory leak in CONF .include handlingMatt Caswell2020-05-061-6/+3
* Strengthen X509_STORE_CTX_print_verify_cb() to print expected host etc.Dr. David von Oheimb2020-05-056-91/+157
* Allow OSSL_PARAM_get_octet_string() to pass a NULL bufferMatt Caswell2020-05-041-1/+4
* Fix the KEYNID2TYPE macroMatt Caswell2020-05-041-3/+3
* Ensure EVP_PKEY_get_raw_[private|public]_key work with provider keysMatt Caswell2020-05-041-6/+65
* Add the library ctx into an ECX_KEYMatt Caswell2020-05-042-7/+8
* Add the ability to ECX to import keys with only the private keyMatt Caswell2020-05-042-29/+41
* Ensure OSSL_PARAM_BLD_free() can accept a NULLMatt Caswell2020-05-041-0/+2
* Make EVP_new_raw_[private|public]_key provider awareMatt Caswell2020-05-041-39/+132
* rand_unix.c: Ensure requests to KERN_ARND don't exceed 256 bytes.nia2020-05-041-1/+1
* rand_unix.c: Only enable hack for old FreeBSD versions on FreeBSDnia2020-05-041-0/+2
* rand_unix.c: Include correct headers for sysctl() on NetBSDnia2020-05-041-2/+2
* WPACKET: don't write DER length when we don't want toRichard Levitte2020-05-041-1/+4
* Fix reason code clashRichard Levitte2020-05-031-1/+1
* Add solaris assembler fixes for legacy providerShane Lontis2020-05-022-6/+10
* Add default property API's to enable and test for fipsShane Lontis2020-05-026-11/+134
* coverity 1462580 Improper use of negative valuePauli2020-04-301-0/+2
* coverity 1462578 Resource leakPauli2020-04-301-1/+3