summaryrefslogtreecommitdiffstats
path: root/fuzz/corpora/x509/8ec7e39f47b7892d4620ffc84a5b4150d8b636ac (unfollow)
Commit message (Expand)AuthorFilesLines
37 hoursAdd handling for additional input in jitter rngjsondevers1-0/+8
38 hoursfips: zeroization of ECX public keysJoachim Vandersmissen1-0/+3
38 hoursproviders: stop probing for getentropy(3) on recent FreeBSDKyle Evans1-23/+28
3 daysfips-label.yml: Fix ABI change label removalTomas Mraz1-1/+1
3 daysAvoid NULL dereference with PKCS7_OP_SET_DETACHED_SIGNATURETomas Mraz1-0/+5
5 daysDocument version-specific utility of EVP_PKEY_Q_keygenMichael Baentsch1-3/+4
5 daysMinor nit fix to EVP_CipherFinal_ex() return code documentation.Frederik Wedel-Heinen1-5/+8
5 daysFix memleak in dsa_gen()Holger Dengler1-1/+1
5 daysFix EVP_PKEY_print_private() so that it works with non default providers.slontis2-3/+32
5 daysdie() in .tmpl file should not be silently ignored.Alexandr Nedvedicky2-2/+11
5 daysapps/passwd.c: Convert a redundant check to assertBartel Artem1-2/+1
6 daysFix solaris build in CRYPTO_atomic_store apiNeil Horman1-1/+1
6 daysUse static array (length 256) for copy of OPENSSL_MALLOC_FAILURESsftcd3-5/+18
6 daysDeprecate all BIO_meth_get_*() functionsTomas Mraz6-53/+118
6 daysUse sk_X509_ATTRIBUTE_deep_copy() to copy attribute stacks in pk7_doit.cNiels Dossche1-20/+2
6 daysci: add daily runcheckers to exercise the -DOPENSSL_PEDANTIC_ZEROIZATION optionPauli1-0/+2
6 daysfips: change integrity check zeroization to use the OPENSSL_PEDANTIC_ZEROIZAT...Pauli1-0/+2
6 dayspbkdf2: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli1-1/+1
6 dayshkdf: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli1-1/+1
6 daysrsa: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli1-1/+1
6 daysffc: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli1-1/+1
6 daysec: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli1-1/+1
6 daysA typo fix in a commentwillmafh1-1/+1
7 daysDocument expected BIO operations for libsslDavid Benjamin1-0/+9
8 daysUpgrade action/{upload,download}-artifact to v4Richard Levitte4-22/+22
9 daysfips-jitter: set provider into error state upon CRNG permanent failuresDimitri John Ledkov1-2/+6
9 daysFix potential memory leak on failure of ecx_gen_init()Niels Dossche1-1/+1
9 daysFix potential memory leak on failure of dsa_gen_init()Niels Dossche1-1/+1
12 daysEnable AES and SHA3 optimisations on Apple Silicon M4-based macOS systemsTom Cosgrove1-1/+2
12 daysfips: remove redundant RSA encrypt/decrypt KATDimitri John Ledkov3-153/+1
12 daysfips: zeroize temporary self-check out MD variableDimitri John Ledkov1-0/+1
12 days.gitignore: Ignoring demo executablesDmitry Belyavskiy1-0/+43
13 daysRemove the negative return values of EVP_KDF_* functions in documentsPeiwei Hu1-3/+1
13 daysFix wrong return value checks for some functionsPeiwei Hu5-5/+5
13 daysFix multiple wrong use of BN_check_primePeiwei Hu2-3/+7
13 daysFix multiple wrong checks of EVP_PKEY_set1_encoded_public_keyPeiwei Hu3-3/+3
13 daysapps/lib/apps.c: fix the wrong check in check_cert_attributesPeiwei Hu1-3/+3
13 daysMark OPENSSL_armcap_P .hidden in arm asmKai Pastor8-0/+8
13 daysFix SSL_write_[ex|ex2] on blocking quic streamsNeil Horman1-2/+13
14 dayssm2_sig_verify(): Do not call BN_CTX_end() without BN_CTX_start()Tomas Mraz1-4/+8
14 daysadd new keytype test for EVP_PKEY_Q_keygenMichael Baentsch2-1/+54
2024-11-20pkeyutl.c: Avoid freeing pkey at multiple placesTomas Mraz1-13/+4
2024-11-20README.md: Fix typo. Change 'the are' to 'there are'spectre1-1/+1
2024-11-20s_cb.c: Move the negotiated group outputMichael Baentsch1-6/+7
2024-11-20Add CTX copy function for EVP_MD to optimize the performance of EVP_MD_CTX_co...wangcheng8-15/+116
2024-11-20x509_vfy.c and x509_lu.c: refactor find_issuer(), X509_STORE_CTX_get1_issuer(...Dr. David von Oheimb2-137/+74
2024-11-20os-zoo CI: Replace macos-12 run with macos-15Tomas Mraz1-1/+1
2024-11-19Make ossl_trace_param_values an official api functionNeil Horman7-104/+222
2024-11-19Add QUERY trace pointsNeil Horman4-40/+211
2024-11-19Add a QUERY trace categoryNeil Horman2-1/+3