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