summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-06-04EVP_DigestInit_ex(): drop previous context engine earlierRichard Levitte
2019-06-04build_SYS_str_reasons: Fix a crash caused by overlong localesVitezslav Cizek
2019-06-04Move digests to providersShane Lontis
2019-06-03Ensure we get all the right defines for AES assembler in FIPS moduleMatt Caswell
2019-06-03Make basic AES ciphers available from within the FIPS providersMatt Caswell
2019-06-03Remove file reference from property documentation.Pauli
2019-06-03Add the content type attribute to additional CMS signerinfo.Shane Lontis
2019-06-03Fix a typo in the property grammar that creates an ambiguous parse.Pauli
2019-06-01Add sparse array of const pointer typePauli
2019-05-31Fix various mistakes in ec_GFp_nistp_recode_scalar_bits comment.David Benjamin
2019-05-31Constify OSSL_PROVIDER getter input parametersRichard Levitte
2019-05-30Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLAndreas Kretschmer
2019-05-30Add man 7 page about properties.Pauli
2019-05-29Join the x509 and x509v3 directoriesRichard Levitte
2019-05-29CAdES: Fix SignerInfo attribute construction order.FdaSilvaYY
2019-05-29crypto/conf: openssl_config_int() returns unitialized valueDr. Matthias St. Pierre
2019-05-28The SHA256 is not a mandatory digest for DSA.Tomas Mraz
2019-05-27Add d2i_KeyParams/i2d_KeyParams API's.Shane Lontis
2019-05-27OCSP: fix memory leak in OCSP_url_svcloc_new method.FdaSilvaYY
2019-05-27Fix input checks wrt legacy codeSimo Sorce
2019-05-27crypto/evp/evp_key.c: #define BUFSIZ if <stdio.h> doesn't #define itLaszlo Ersek
2019-05-24issue-8973: Added const to parameters for values that were not alteredagnosticdev
2019-05-24Cleaned up tls1_prf and added comments.David Makepeace
2019-05-24Added algorithm description comments to HKDF.David Makepeace
2019-05-23Add more commentary about recursive Provider intialisation in the FIPS moduleMatt Caswell
2019-05-23Make some EVP code available from within the FIPS moduleMatt Caswell
2019-05-23Make core code available within the FIPS moduleMatt Caswell
2019-05-22Fix GOST OIDvoev
2019-05-22EVP_Digest*: enable SHA3 pre-hashing for DSAPatrick Steuer
2019-05-22EVP_Digest*: enable SHA3 pre-hashing for ECDSAPatrick Steuer
2019-05-22s390x assembly pack: allow specifying the tag after aad in aes-ccmPatrick Steuer
2019-05-22Optional property query support.Pauli
2019-05-21Change default RSA, DSA and DH size to 2048 bitKurt Roeckx
2019-05-21Revert "EVP_*Update: ensure that input NULL with length 0 isn't passed"Matt Caswell
2019-05-21Params conversion tests.Pauli
2019-05-20Clear CRMF vs CMP confusionRichard Levitte
2019-05-20Revert "ppc assembly pack: always increment CTR IV as quadword"Pauli
2019-05-17ppc assembly pack: always increment CTR IV as quadwordDaniel Axtens
2019-05-16Added X963KDF APIShane Lontis
2019-05-12EVP_FETCH: remove the need to transport the legacy NID through constructionRichard Levitte
2019-05-12EVP_FETCH: deal with names without pre-defined NIDsRichard Levitte
2019-05-12Make the generic EVP fetching mechanism use the namenum mapRichard Levitte
2019-05-12Create internal number<->name mapping APIRichard Levitte
2019-05-10Ignore entropy from RAND_add()/RAND_seed() in FIPS modeDr. Matthias St. Pierre
2019-05-09crypto/ppccap.c: Fix which hwcap value used to check for HWCAP_ARCH_3_00Rashmica Gupta
2019-05-08ossl_bsearch(): New generic internal binary search utility functionRichard Levitte
2019-05-08Allow specifying the tag after AAD in CCM modeTobias Nießen
2019-05-08EVP_EncryptUpdate, EVP_EncryptFinal_ex: don't branch on uninitialized memoryGuido Vranken
2019-05-08Coverity CID 1444951: Null pointer dereferencesPauli
2019-05-08Coverity CID 1444952: Null pointer dereferencesPauli