summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-07-27Fix no-ec2mMatt Caswell
2020-07-26DER to RSA deserializer: fix inclusionRichard Levitte
2020-07-26Fix no-dh and no-dsaMatt Caswell
2020-07-24Update EVP_EncodeInit.podRead Hughes
2020-07-24EVP: Fix key type check logic in evp_pkey_cmp_any()Richard Levitte
2020-07-24TEST: Update the serialization/deserialization test with legacy PEM encryptionRichard Levitte
2020-07-24PROV: Update the PEM to DER deserializer to handle encrypted legacy PEMRichard Levitte
2020-07-24TEST: Update the serialization/deserialization test with encryptionRichard Levitte
2020-07-24PROV: Update the DER to RSA deserializer to handle encrypted PKCS#8Richard Levitte
2020-07-24DESERIALIZER: Implement decryption of password protected objectsRichard Levitte
2020-07-24SERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set_passphrase_cb()Richard Levitte
2020-07-24TEST: Add new serializer and deserializer testRichard Levitte
2020-07-24PROV: Implement PEM to DER deserializerRichard Levitte
2020-07-24PROV: Implement DER to RSA deserializerRichard Levitte
2020-07-24CORE: Add upcalls for BIO_gets() and BIO_puts()Richard Levitte
2020-07-24SERIALIZER: Add functions to deserialize into an EVP_PKEYRichard Levitte
2020-07-24DESERIALIZER: Add foundation for deserializersRichard Levitte
2020-07-24KEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()Richard Levitte
2020-07-24EVP KEYMGMT utils: Make a few more utility functions availableRichard Levitte
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-23Test RSA oaep in fips modeShane Lontis
2020-07-23Fix: uninstantiation breaks the RAND_DRBG callback mechanismDr. Matthias St. Pierre
2020-07-23test/drbgtest.c: set the correct counter to trigger reseedingDr. Matthias St. Pierre
2020-07-23test/drbgtest.c: Remove error check for large generate requestsDr. Matthias St. Pierre
2020-07-23Fix DRBG reseed counter condition.Vitezslav Cizek
2020-07-23test/drbgtest.c: Fix error check testVitezslav Cizek
2020-07-22Cleanup fips provider initShane Lontis
2020-07-22document the deprecation of the '-public-key-methods' option to listPauli
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli
2020-07-22engines: fixed to work with EVP_*_meth calls deprecatedPauli
2020-07-22evp_test: use correct deallocation for EVP_CIPHERPauli
2020-07-22evp_test: use correct deallocation for EVP_MDPauli
2020-07-22Specific the engine pointergujinqiang
2020-07-22Align documentation with recommendations of Linux Documentation ProjectGustaf Neumann
2020-07-22Fix UI method setup, which should be independent of (deprecated) engine useDr. David von Oheimb
2020-07-2281-test_cmp_cli.t: Avoid using 'tail', 'awk', and the '-s' option of 'lsof'Dr. David von Oheimb
2020-07-22Skip test_cmp_cli if 'lsof' or 'kill' command is not availableDr. David von Oheimb
2020-07-22Fix provider cipher reinit issueShane Lontis
2020-07-21Avoid errors with a priori inapplicable protocol boundsViktor Dukhovni
2020-07-21DOC: Fix SSL_CTX_set_cert_cb.pod and SSL_CTX_set_client_cert_cb.podRichard Levitte
2020-07-21util/find-doc-nits: Relax check of function declarations in name_synopsis()Richard Levitte
2020-07-21PROV: Move bio_prov.c from libcommon.a to libfips.a / libnonfips.aRichard Levitte
2020-07-21fixed swapped parameter descriptions for x509Nihal Jere
2020-07-21Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis
2020-07-21Fix API rename issue in shim layer that calls EVP_MAC_CTX_set_paramsShane Lontis
2020-07-20man3: Drop warning about using security levels higher than 1.Dimitri John Ledkov
2020-07-20check-format.pl: Add an entry about it to NEWS.md and to CHANGES.mdDr. David von Oheimb
2020-07-20check-format.pl: Report empty lines only if -s (--sloppy-spc) is not usedDr. David von Oheimb
2020-07-20check-format.pl: Add check for essentially empty line at beginning of fileDr. David von Oheimb
2020-07-20check-format.pl: Add check for multiples essentially empty lines in a rowDr. David von Oheimb