summaryrefslogtreecommitdiffstats
path: root/fuzz/asn1parse.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-22Add SM2 signature algorithm to default providerPaul Yang21-175/+799
2020-09-22Add SM2 key managementPaul Yang7-7/+295
2020-09-22Added FIPS DEP initialization for the NonStop platform in fips/self_test.c.Randall S. Becker1-0/+16
2020-09-21Add const to 'ppin' function parameterolszomal2-4/+6
2020-09-21DOC: POD syntax fixes in doc/man1/openssl-cmp.pod.inRichard Levitte1-0/+5
2020-09-21Support keys with RSA_METHOD_FLAG_NO_CHECK with OCSP signNorman Ashley2-26/+9
2020-09-21Increase PSK_MAX_IDENTITY_LEN from 128 to 256Eric Curtin1-1/+1
2020-09-21apps/ocsp: Return non zero exit code with invalid certIDTomas Mraz1-6/+12
2020-09-21Increase PSK_MAX_PSK_LEN to 512Rutger Hendriks2-2/+2
2020-09-21Correct certificate and key names for explicit ec param testTomas Mraz1-2/+4
2020-09-21Fixed EVP_MAC_final argument count in exampleozppupbg1-5/+5
2020-09-21Fix merge error with libcrypto.numShane Lontis1-1/+0
2020-09-20util/find-doc-nits: Add a regexp for C symbols and use itRichard Levitte1-7/+10
2020-09-20DECODER: Some cleanups, and aligning with OSSL_ENCODERRichard Levitte10-323/+307
2020-09-20TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte6-100/+223
2020-09-20ENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte5-38/+82
2020-09-20ENCODER: Refactor our provider encoder implementationsRichard Levitte6-446/+364
2020-09-20ENCODER: Refactor the OSSL_ENCODER API to be more like OSSL_DECODERRichard Levitte16-342/+979
2020-09-20ENCODER: Redefine the libcrypto <-> provider interfaceRichard Levitte4-101/+171
2020-09-20ocsp_vfy.c: Clean up code w.r.t. coding guidelines and reduce redundanciesDr. David von Oheimb2-142/+111
2020-09-20Fix: ecp_nistz256-armv4.S bad argumentsHenry N1-3/+3
2020-09-20Deprecate ASN1_STRING_length_set in OpenSSL 3.0.David Benjamin3-2/+4
2020-09-19util/mkerr.h: Restore header file renameRichard Levitte1-0/+1
2020-09-19Fix ec keygen so that it passes the library context to SSL_SELF_TEST_get_call...Shane Lontis2-4/+3
2020-09-19Add a copy of OSSL_SELF_TEST_get_callback() to the fips module.Shane Lontis4-11/+71
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis27-10/+1677
2020-09-18Update the EdDSA docs with information about Algorithm IdentifiersMatt Caswell1-0/+13
2020-09-18Make sure we properly test for EdDSA with alg idsMatt Caswell1-6/+6
2020-09-18Teach EdDSA signature algorithms about AlgorithmIdentifiersMatt Caswell8-0/+188
2020-09-18Add option to fipsinstall to disable fips security checks at run time.Shane Lontis12-31/+145
2020-09-18Add 'fips-securitychecks' option and plumb this into the actual fips checksShane Lontis22-1965/+2425
2020-09-18fix provider exchange operationsShane Lontis3-51/+11
2020-09-18fix provider signaturesShane Lontis7-148/+60
2020-09-18Separate fips and non fips code for key operationsShane Lontis7-128/+347
2020-09-18Add missing 'ossl_unused' tags to some gettable and settable methods.Shane Lontis2-4/+4
2020-09-18Add error message to genpkey app for the '-genparam' optionShane Lontis1-1/+5
2020-09-18Add fips checks for ecdh key agreementShane Lontis4-194/+206
2020-09-18Add fips checks for rsa encryptionShane Lontis3-8/+66
2020-09-18Add fips checks for dh key agreementShane Lontis3-23/+74
2020-09-18Add fips checks for ecdsa signaturesShane Lontis7-173/+312
2020-09-18Add fips checks for dsa signaturesShane Lontis3-49/+294
2020-09-18Add fips checks for rsa signatures.Shane Lontis7-1131/+1466
2020-09-18Fix some doc-nits and make update errorsMatt Caswell2-1/+3
2020-09-18Remove some unneeded code from lhash.hMatt Caswell1-26/+0
2020-09-18Update err.h to use the new lhash generation codeMatt Caswell3-1/+10
2020-09-18Update conf.h.in to use the new lhash generation codeMatt Caswell1-4/+3
2020-09-18Provide basis for fixing lhash codeMatt Caswell2-1/+62
2020-09-18s_client.pod: Fix grammar in NOTES section.Alexander Borkowski1-1/+1
2020-09-17Add selftest callback to CRNG output testShane Lontis5-11/+46
2020-09-17Fix AES_XTS on x86-64 platforms with BSAES and VPAES support.Shane Lontis1-2/+5