summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7 (unfollow)
Commit message (Expand)AuthorFilesLines
4 daysMinor nit fix to EVP_CipherFinal_ex() return code documentation.Frederik Wedel-Heinen1-5/+8
4 daysFix memleak in dsa_gen()Holger Dengler1-1/+1
4 daysFix EVP_PKEY_print_private() so that it works with non default providers.slontis2-3/+32
4 daysdie() in .tmpl file should not be silently ignored.Alexandr Nedvedicky2-2/+11
4 daysapps/passwd.c: Convert a redundant check to assertBartel Artem1-2/+1
4 daysFix solaris build in CRYPTO_atomic_store apiNeil Horman1-1/+1
5 daysUse static array (length 256) for copy of OPENSSL_MALLOC_FAILURESsftcd3-5/+18
5 daysDeprecate all BIO_meth_get_*() functionsTomas Mraz6-53/+118
5 daysUse sk_X509_ATTRIBUTE_deep_copy() to copy attribute stacks in pk7_doit.cNiels Dossche1-20/+2
5 daysci: add daily runcheckers to exercise the -DOPENSSL_PEDANTIC_ZEROIZATION optionPauli1-0/+2
5 daysfips: change integrity check zeroization to use the OPENSSL_PEDANTIC_ZEROIZAT...Pauli1-0/+2
5 dayspbkdf2: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli1-1/+1
5 dayshkdf: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli1-1/+1
5 daysrsa: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli1-1/+1
5 daysffc: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli1-1/+1
5 daysec: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli1-1/+1
5 daysA typo fix in a commentwillmafh1-1/+1
6 daysDocument expected BIO operations for libsslDavid Benjamin1-0/+9
6 daysUpgrade action/{upload,download}-artifact to v4Richard Levitte4-22/+22
8 daysfips-jitter: set provider into error state upon CRNG permanent failuresDimitri John Ledkov1-2/+6
8 daysFix potential memory leak on failure of ecx_gen_init()Niels Dossche1-1/+1
8 daysFix potential memory leak on failure of dsa_gen_init()Niels Dossche1-1/+1
11 daysEnable AES and SHA3 optimisations on Apple Silicon M4-based macOS systemsTom Cosgrove1-1/+2
11 daysfips: remove redundant RSA encrypt/decrypt KATDimitri John Ledkov3-153/+1
11 daysfips: zeroize temporary self-check out MD variableDimitri John Ledkov1-0/+1
11 days.gitignore: Ignoring demo executablesDmitry Belyavskiy1-0/+43
11 daysRemove the negative return values of EVP_KDF_* functions in documentsPeiwei Hu1-3/+1
11 daysFix wrong return value checks for some functionsPeiwei Hu5-5/+5
11 daysFix multiple wrong use of BN_check_primePeiwei Hu2-3/+7
11 daysFix multiple wrong checks of EVP_PKEY_set1_encoded_public_keyPeiwei Hu3-3/+3
11 daysapps/lib/apps.c: fix the wrong check in check_cert_attributesPeiwei Hu1-3/+3
11 daysMark OPENSSL_armcap_P .hidden in arm asmKai Pastor8-0/+8
12 daysFix SSL_write_[ex|ex2] on blocking quic streamsNeil Horman1-2/+13
12 dayssm2_sig_verify(): Do not call BN_CTX_end() without BN_CTX_start()Tomas Mraz1-4/+8
12 daysadd new keytype test for EVP_PKEY_Q_keygenMichael Baentsch2-1/+54
13 dayspkeyutl.c: Avoid freeing pkey at multiple placesTomas Mraz1-13/+4
13 daysREADME.md: Fix typo. Change 'the are' to 'there are'spectre1-1/+1
13 dayss_cb.c: Move the negotiated group outputMichael Baentsch1-6/+7
13 daysAdd CTX copy function for EVP_MD to optimize the performance of EVP_MD_CTX_co...wangcheng8-15/+116
13 daysx509_vfy.c and x509_lu.c: refactor find_issuer(), X509_STORE_CTX_get1_issuer(...Dr. David von Oheimb2-137/+74
13 daysos-zoo CI: Replace macos-12 run with macos-15Tomas Mraz1-1/+1
14 daysMake ossl_trace_param_values an official api functionNeil Horman7-104/+222
14 daysAdd QUERY trace pointsNeil Horman4-40/+211
14 daysAdd a QUERY trace categoryNeil Horman2-1/+3
14 daysAdd tracing messages to the provider apiNeil Horman2-9/+260
14 daysAdding a trace category for PROVIDER callsNeil Horman2-1/+4
2024-11-15remove ternary from runs-on, security repo is hosted on github.comDmitry Misharov3-28/+26
2024-11-13man ECDSA_sign(3): fix wrong variable namesAlicja Kario1-2/+2
2024-11-13Change "a SSL" to "an SSL"Andrew Dinh30-40/+40
2024-11-13test_hashtable_multithread(): Stress it moreTomas Mraz1-7/+8