aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* deprecate EC_POINT_make_affine and EC_POINTs_make_affineBilly Brumley2020-05-204-5/+12
* Avoid potential overflow to the sign bit when shifting left 24 placesTomas Mraz2020-05-201-1/+1
* Cast the unsigned char to unsigned int before shifting leftTomas Mraz2020-05-201-4/+4
* Fix egd and devrandom source configsBernd Edlinger2020-05-201-2/+3
* Add OSSL_PROVIDER_do_all()Richard Levitte2020-05-201-0/+8
* deprecate EC precomputation functionalityBilly Brumley2020-05-192-0/+4
* GOST-related objects changesDmitry Belyavskiy2020-05-193-3/+8
* Constants for new GOST TLS 1.2 ciphersuitesDmitry Belyavskiy2020-05-191-0/+2
* CORE: query for operations only once per provider (unless no_store is true)Richard Levitte2020-05-195-9/+143
* Fix some places where X509_up_ref is usedBernd Edlinger2020-05-184-20/+48
* TTY_get() in crypto/ui/ui_openssl.c open_console() can also return errno 1 (E...Maxim Zakharov2020-05-181-0/+10
* deprecate EC_POINTs_mul functionBilly Brumley2020-05-162-8/+35
* Maintain strict type discipline between the core and providersMatt Caswell2020-05-163-17/+42
* CORE: Fix a couple of bugs in algorithm_do_this()Richard Levitte2020-05-161-2/+2
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-0/+2
* 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