summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* STORE: Stop the flood of errorsRichard Levitte2020-09-031-6/+35
* CORE: Fix small bug in passphrase cachingRichard Levitte2020-09-031-1/+2
* STORE: Fix potential memory leakRichard Levitte2020-09-031-0/+1
* "Downgrade" provider-native keys to legacy where neededRichard Levitte2020-09-031-0/+11
* EVP: Downgrade EVP_PKEYs in EVP_PKEY2PKCS8()Richard Levitte2020-09-031-0/+5
* STORE: Deprecate legacy / ENGINE functionsRichard Levitte2020-09-035-3/+42
* STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte2020-09-035-44/+102
* STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte2020-09-0311-1751/+26
* OSSL_ENCODER / OSSL_DECODER post-rename cleanupRichard Levitte2020-09-036-38/+42
* ASN1: Fix d2i_KeyParams() to advance |pp| like all other d2i functions doRichard Levitte2020-09-031-2/+1
* Ensure EVP_MAC_update() passes the length even if it is 0Matt Caswell2020-09-031-2/+0
* Add an HMAC implementation that is TLS awareMatt Caswell2020-09-031-1/+3
* Fix typo in FIPS_MODULE endif macro commentDaniel Bevenius2020-09-031-1/+1
* Fix post-condition in algorithm_do_thisTodd Short2020-09-031-4/+4
* Fix use of OPENSSL_realloc in providerTodd Short2020-09-031-3/+6
* Add -verbosity option to apps/cmp.c and add log output also in crypto/cmpDr. David von Oheimb2020-09-014-14/+35
* Fix PKCS#7 so that it still works with non fetchable cipher algorithms.Dmitry Belyavskiy2020-08-291-7/+36
* Fix PKCS#7 so that it still works with non fetchable digest algorithms.Dmitry Belyavskiy2020-08-291-5/+36
* Improve some error messages if a digest is not availableMatt Caswell2020-08-291-1/+2
* Improve code reuse in the provider MAC bridgeMatt Caswell2020-08-291-1/+4
* Delete unused PKEY MAC filesMatt Caswell2020-08-2912-1158/+4
* Extend the provider MAC bridge for CMACMatt Caswell2020-08-292-46/+84
* Extend the provider MAC bridge for Poly1305Matt Caswell2020-08-291-1/+0
* Don't require a default digest from signature algorithmsMatt Caswell2020-08-291-3/+0
* Extend the provider MAC bridge for SIPHASHMatt Caswell2020-08-291-1/+0
* Fix some EVP_MD_CTX_* functionsMatt Caswell2020-08-292-20/+27
* Convert EVP_PKEY_CTX_set_mac_key() into a functionMatt Caswell2020-08-291-1/+11
* Make the provider side EVP PKEY MAC bridge available in default and fipsMatt Caswell2020-08-291-1/+0
* Fix PEM_write_bio_PrivateKey_traditional() to not output PKCS#8Richard Levitte2020-08-283-1/+9
* conf: add diagnostic optionPauli2020-08-281-3/+21
* provider_conf: report missing section on errorPauli2020-08-281-0/+1
* Ignore vendor name in Clang version number.Jung-uk Kim2020-08-2821-21/+21
* rand: instantiate the DRBGs upon first use.Pauli2020-08-281-2/+7
* Add OCSP_PARTIAL_CHAIN to OCSP_basic_verify()Rich Salz2020-08-271-0/+4
* EVP: NULL pctx pointer after free.Pauli2020-08-271-1/+3
* Add NID_id_on_SmtpUTF8Mailbox to table of X.509 attributesDmitry Belyavskiy2020-08-261-1/+2
* RFC 8398: EAI comparisonDmitry Belyavskiy2020-08-261-2/+16
* RFC 8398: Name constraints validationDmitry Belyavskiy2020-08-261-5/+68
* Punycode decoding implementationDmitry Belyavskiy2020-08-262-0/+339
* crypto/x509/v3_utl.c: Fix IPv6 output in ipaddr_to_asc()Richard Levitte2020-08-261-3/+11
* STORE: Change all error recording to use ERR_raise() / ERR_raise_data()Richard Levitte2020-08-243-92/+53
* STORE: Modify to support loading with provider based loadersRichard Levitte2020-08-245-63/+998
* DECODER: Add function to set an OSSL_PASSPHRASE_CALLBACK type callbackRichard Levitte2020-08-241-0/+7
* OSSL_PARAM: Add string pointer gettersRichard Levitte2020-08-241-0/+26
* STORE: Add the base functions to support provider based loadersRichard Levitte2020-08-244-20/+486
* STORE: Add missing function OSSL_STORE_LOADER_set_open_with_libctx()Richard Levitte2020-08-241-0/+8
* CORE: Generalise internal pass phrase prompterRichard Levitte2020-08-2410-311/+348
* CORE: Define provider-native abstract objectsRichard Levitte2020-08-242-3/+4
* Fix coverity CID #1452770 - Dereference before NULL check in CRYPTO_siv128_in...Shane Lontis2020-08-241-8/+14
* Fix coverity CID #1452773 - Dereference before NULL check in EVP_DigestFinal_...Shane Lontis2020-08-241-3/+10