summaryrefslogtreecommitdiffstats
path: root/external (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-19Implement AES OFB ciphers in the default providerMatt Caswell4-15/+75
2019-04-19Implement AES CBC ciphers in the default providerMatt Caswell13-112/+261
2019-04-19Add support in the default provider for 192/128 bit AES ECBMatt Caswell4-0/+70
2019-04-19Add the provider_algs.h internal header fileMatt Caswell6-8/+19
2019-04-19Implement support for AES-256-ECB in the default providerMatt Caswell8-1/+1376
2019-04-19Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider awareMatt Caswell15-33/+559
2019-04-19ossl_method_store_cache_get(): ensure non-NULL property queryRichard Levitte1-1/+1
2019-04-19OPENSSL_LH_flush(): assign NULL after freeingRichard Levitte1-0/+1
2019-04-19Fix the generic EVP algorithm fetch to actually cache themRichard Levitte1-2/+8
2019-04-18asn1parse: avoid double freeRichard Levitte1-7/+5
2019-04-18Add SSHKDF in evp_kdf_testSimo Sorce1-0/+55
2019-04-17chacha/asm/chacha-armv8.pl: replace 3+1 code paths with 4+1.Andy Polyakov1-201/+353
2019-04-17aes/asm/aesv8-armx.pl: ~20% improvement on ThunderX2.Andy Polyakov1-6/+389
2019-04-17ARM64 assembly pack: add ThunderX2 results.Andy Polyakov8-0/+8
2019-04-17SP 800-56B steps enumerated.Pauli1-0/+27
2019-04-16Add test for the BIO_s_mem rdwr->rdonly->rdwr use-caseTomas Mraz1-0/+38
2019-04-16Add documentation for the BIO_s_mem pecularitiesTomas Mraz1-0/+16
2019-04-16Add testing of RDONLY memory BIOsTomas Mraz2-0/+80
2019-04-16Add test for the BIO_get_mem_ptr() regressionBernd Edlinger1-6/+35
2019-04-16Fix for BIO_get_mem_ptr and related regressionsTomas Mraz1-12/+28
2019-04-15Call RSA generation callback at the correct time.Kurt Roeckx1-2/+2
2019-04-15Don't use '-z defs' with Clang's sanitizersRichard Levitte1-1/+4
2019-04-15providers/common/digests/sha2.c: forward declare all dispatched functionsRichard Levitte1-0/+16
2019-04-15Providers: for the digest_final operation, pass a output buffer sizeRichard Levitte3-8/+11
2019-04-14Fix calling convention bug in ecp_nistz256_ord_sqr_montDavid Benjamin4-4/+4
2019-04-14Don't use coordinate blinding when scalar is group orderBernd Edlinger1-2/+2
2019-04-12Further harmonisation of manual page HISTORY sectionsJoshua Lock2-3/+3
2019-04-12Update various man pages to place HISTORY section after SEE ALSOJoshua Lock21-136/+129
2019-04-12Add a check for history section location to find-doc-nitsJoshua Lock1-0/+4
2019-04-12Make check_example_location() in find-doc-nits genericJoshua Lock1-8/+11
2019-04-12Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()Matt Caswell6-9/+49
2019-04-12Add CMAC speed measurementsBernd Edlinger2-4/+90
2019-04-12Add prediction resistance capability to the DRBG reseeding process.Pauli7-28/+110
2019-04-11ec key validation checks updatedShane Lontis2-14/+132
2019-04-11doc fixupsShane Lontis5-14/+14
2019-04-11Separate the lookup testNicola Tuveri4-35/+93
2019-04-11EC_GROUP_set_curve() might fail for arbitrary paramsNicola Tuveri1-10/+40
2019-04-11added code to validate EC named curve parametersShane Lontis11-30/+398
2019-04-11Added Test::ok_nofips, Test::is_nofips & Test::isnt_nofips methods.Shane Lontis2-5/+70
2019-04-11Reseeding without derivation function is not supported in FIPS mode.Pauli6-3/+27
2019-04-11Fixed linux_x86_icc compiler errors in EC code related to __uint128_t/__int128_tShane Lontis2-3/+6
2019-04-10Avoid creating invalid rsa pss paramsBernd Edlinger2-1/+11
2019-04-10Fix typosJakub Wilk2-3/+3
2019-04-10EVP_*Update: ensure that input NULL with length 0 isn't passedRichard Levitte1-9/+10
2019-04-09Make X509_set_sm2_id consistent with other settersPaul Yang8-25/+97
2019-04-09test/params_test.c : Adjust tests to check utf8_ptr sizesRichard Levitte1-7/+25
2019-04-09Params API: {utf8,octet}_ptr need to know the data sizeRichard Levitte5-15/+22
2019-04-09Fix crash in X509_STORE_CTX_get_by_subjectMatt Caswell1-0/+3
2019-04-09Add a legacy provider and put MD2 in itMatt Caswell11-2/+212
2019-04-09Use the right NID when putting a method in the storeMatt Caswell7-19/+43