summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-03-02KEYMGMT: Add a keydata copy functionRichard Levitte
2020-03-02EVP: Add support for comparing provided EVP_PKEYsRichard Levitte
2020-03-02KEYMGMT: Add a keydata matching functionRichard Levitte
2020-03-02EVP: Adapt EVP_PKEY_missing_parameters() for provider keysRichard Levitte
2020-03-02crypto/perlasm/x86_64-xlate.pl: detect GNU as to deal with quirksRichard Levitte
2020-02-29Fix drop of const qualifierAndré Klitzing
2020-02-29DOCS: Add and modify docs for internal EVP_KEYMGMT utility functionsRichard Levitte
2020-02-29DOCS: Add internal docs for EVP_PKEY and the export functionsRichard Levitte
2020-02-29EVP: Add evp_pkey_upgrade_to_provider(), for EVP_PKEY upgradesRichard Levitte
2020-02-29Rethink the EVP_PKEY cache of provider side keysRichard Levitte
2020-02-29man: openssl-ocsp: separate client and server optionsDr. Matthias St. Pierre
2020-02-28x509v3 subjectSignTool extention supportNikolay Morozov
2020-02-28Fix util/mktar.sh to use the new VERSION informationRichard Levitte
2020-02-28Fix comment placement in ecp_nistp256.ciScott Arciszewski
2020-02-27Deprecate ASN1_sign(), ASN1_verify() and ASN1_digest()Richard Levitte
2020-02-28Implement the ECX SerializersMatt Caswell
2020-02-27Replace util/shlib_wrap.sh with util/wrap.pl in diverse docsRichard Levitte
2020-02-27Build file templates: don't set OPENSSL_{ENGINES,MODULES}Richard Levitte
2020-02-27TEST: add util/wrap.pl and use itRichard Levitte
2020-02-27VMS: mitigate for the C++ compiler that doesn't understand certain pragmasRichard Levitte
2020-02-26doc: add a fancy CHANGES entry to celebrate the new Markdown formatDr. Matthias St. Pierre
2020-02-26doc: revamp the SUPPORT fileDr. Matthias St. Pierre
2020-02-26doc: revamp the INSTALL fileDr. Matthias St. Pierre
2020-02-26doc: add missing CHANGES entries for all versions >= 1.0.0Dr. Matthias St. Pierre
2020-02-26doc: add missing NEWS entries for all versions >= 1.0.0Dr. Matthias St. Pierre
2020-02-26doc: revamp the README fileDr. Matthias St. Pierre
2020-02-26doc: add OpenSSL logoDr. Matthias St. Pierre
2020-02-26doc: introduce some minimalistic markdown without essential changesDr. Matthias St. Pierre
2020-02-26doc: convert standard project docs to markdownDr. Matthias St. Pierre
2020-02-26Use a wrapper for pod2htmlRich Salz
2020-02-26apps x509: restrict CAkeyform option to OPT_FMT_PDEBastian Germann
2020-02-26bugfix in cmac calculation exampleAsfak Rahman
2020-02-26Avoid arm64 builds timeout due to silent make taking too long timeTomas Mraz
2020-02-26secmem: ignore small minsize arguments to CRYPTO_secure_malloc_init().Pauli
2020-02-26sec_mem: add note about the minimum size parameter.Pauli
2020-02-26Mem-sec small code adjustmentDavide Galassi
2020-02-26x86_64: Replace .asciz "GNU" with .byteH.J. Lu
2020-02-25Check that the DRBG's internal state has been zeroized after uninstantiationDr. Matthias St. Pierre
2020-02-25DRBG: delay initialization of DRBG method until instantiationDr. Matthias St. Pierre
2020-02-25config: Drop linux-alpha-gcc+bwxMatt Turner
2020-02-23Fix default provider merge glitchRichard Levitte
2020-02-22Refactor evp_pkey_make_provided() to do legacy to provider exportRichard Levitte
2020-02-22DSA: More conforming names in crypto/dsa/dsa_aid.cRichard Levitte
2020-02-22doc/man3/EVP_PKEY_CTX_ctrl.pod: cleanupRichard Levitte
2020-02-22PROV: Avoid MDC2 in the RSA signature implementation in the FIPS moduleRichard Levitte
2020-02-22test/recipes/30-test_evp_data/evppkey.txtRichard Levitte
2020-02-22test/evp_extra_test.c: adapt for RSA signature testsRichard Levitte
2020-02-22rsa_get0_all_params(): Allow zero CRT paramsRichard Levitte
2020-02-22PROV: add RSA signature implementationRichard Levitte
2020-02-21Don't exclude quite so much in a no-sock buildDr. David von Oheimb