summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2019-06-17Move des_asm_src file information to build.info filesRichard Levitte
2019-06-17Move ec_asm_src file information to build.info filesRichard Levitte
2019-06-17Move cpuid_asm_src file information to build.info filesRichard Levitte
2019-06-17Move bn_asm_src file information to build.info filesRichard Levitte
2019-06-17Move uplink file information to build.info filesRichard Levitte
2019-06-17Replumbing: offer a core upcall to get the provider object's library contextRichard Levitte
2019-06-17crypto/ppccap.c: Fix FIPS build on PPCRichard Levitte
2019-06-15Use variables in build.info files where it's worth the whileRichard Levitte
2019-06-14Fix building with enable-traceMatt Caswell
2019-06-12TLS1.3 FFDHE Supportraja-ashok
2019-06-12Ensure code is compiled with correct BIGNUM assembler definesMatt Caswell
2019-06-12Make BIGNUM code available from within the FIPS moduleMatt Caswell
2019-06-12Temporarily disable RAND call in FIPS_MODE until RAND is availableMatt Caswell
2019-06-12Convert bn_rand.c to use EVPMatt Caswell
2019-06-12Create BN_CTX_new_ex() and BN_CTX_secure_new_ex()Matt Caswell
2019-06-11Move a fall through commentMatt Caswell
2019-06-11Fix a URL to the NMBRTHRY list archiveBernd Edlinger
2019-06-11PBKDF2 updates to conform to SP800-132Shane Lontis
2019-06-11Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).Shane Lontis
2019-06-11Fix Keccak structure name reference in S390 legacy codeShane Lontis
2019-06-10BIO_lookup_ex: Retry with AI_ADDRCONFIG cleared if getaddrinfo failsTomas Mraz
2019-06-10EVP fetching: make operation_id part of the method identityRichard Levitte
2019-06-09Revert the DEVRANDOM_WAIT featureDr. Matthias St. Pierre
2019-06-07Move the rand_nonce_lock code into drbg_lib.cMatt Caswell
2019-06-07Make the rand_crng code OPENSSL_CTX awareMatt Caswell
2019-06-07Convert drbg_lib to use OPENSSL_CTX for its global dataMatt Caswell
2019-06-07Replace BIO_printf with ASN1_STRING_print in GENERAL_NAME_printAcheev Bhagat
2019-06-06Change EVP_MAC method from copy to dupKurt Roeckx
2019-06-06Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx
2019-06-06Coverity fixesShane Lontis
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