summaryrefslogtreecommitdiffstats
path: root/doc/man3/SCT_print.pod (unfollow)
Commit message (Expand)AuthorFilesLines
4 daysAdd handling for additional input in jitter rngjsondevers1-0/+8
4 daysfips: zeroization of ECX public keysJoachim Vandersmissen1-0/+3
4 daysproviders: stop probing for getentropy(3) on recent FreeBSDKyle Evans1-23/+28
5 daysfips-label.yml: Fix ABI change label removalTomas Mraz1-1/+1
5 daysAvoid NULL dereference with PKCS7_OP_SET_DETACHED_SIGNATURETomas Mraz1-0/+5
7 daysDocument version-specific utility of EVP_PKEY_Q_keygenMichael Baentsch1-3/+4
7 daysMinor nit fix to EVP_CipherFinal_ex() return code documentation.Frederik Wedel-Heinen1-5/+8
7 daysFix memleak in dsa_gen()Holger Dengler1-1/+1
7 daysFix EVP_PKEY_print_private() so that it works with non default providers.slontis2-3/+32
7 daysdie() in .tmpl file should not be silently ignored.Alexandr Nedvedicky2-2/+11
7 daysapps/passwd.c: Convert a redundant check to assertBartel Artem1-2/+1
7 daysFix solaris build in CRYPTO_atomic_store apiNeil Horman1-1/+1
8 daysUse static array (length 256) for copy of OPENSSL_MALLOC_FAILURESsftcd3-5/+18
8 daysDeprecate all BIO_meth_get_*() functionsTomas Mraz6-53/+118
8 daysUse sk_X509_ATTRIBUTE_deep_copy() to copy attribute stacks in pk7_doit.cNiels Dossche1-20/+2
8 daysci: add daily runcheckers to exercise the -DOPENSSL_PEDANTIC_ZEROIZATION optionPauli1-0/+2
8 daysfips: change integrity check zeroization to use the OPENSSL_PEDANTIC_ZEROIZAT...Pauli1-0/+2
8 dayspbkdf2: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli1-1/+1
8 dayshkdf: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli1-1/+1
8 daysrsa: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli1-1/+1
8 daysffc: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli1-1/+1
8 daysec: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli1-1/+1
8 daysA typo fix in a commentwillmafh1-1/+1
9 daysDocument expected BIO operations for libsslDavid Benjamin1-0/+9
10 daysUpgrade action/{upload,download}-artifact to v4Richard Levitte4-22/+22
11 daysfips-jitter: set provider into error state upon CRNG permanent failuresDimitri John Ledkov1-2/+6
11 daysFix potential memory leak on failure of ecx_gen_init()Niels Dossche1-1/+1
11 daysFix potential memory leak on failure of dsa_gen_init()Niels Dossche1-1/+1
2024-11-22Enable AES and SHA3 optimisations on Apple Silicon M4-based macOS systemsTom Cosgrove1-1/+2
2024-11-22fips: remove redundant RSA encrypt/decrypt KATDimitri John Ledkov3-153/+1
2024-11-22fips: zeroize temporary self-check out MD variableDimitri John Ledkov1-0/+1
2024-11-22.gitignore: Ignoring demo executablesDmitry Belyavskiy1-0/+43
2024-11-22Remove the negative return values of EVP_KDF_* functions in documentsPeiwei Hu1-3/+1
2024-11-22Fix wrong return value checks for some functionsPeiwei Hu5-5/+5
2024-11-22Fix multiple wrong use of BN_check_primePeiwei Hu2-3/+7
2024-11-22Fix multiple wrong checks of EVP_PKEY_set1_encoded_public_keyPeiwei Hu3-3/+3
2024-11-22apps/lib/apps.c: fix the wrong check in check_cert_attributesPeiwei Hu1-3/+3
2024-11-22Mark OPENSSL_armcap_P .hidden in arm asmKai Pastor8-0/+8
2024-11-21Fix SSL_write_[ex|ex2] on blocking quic streamsNeil Horman1-2/+13
2024-11-21sm2_sig_verify(): Do not call BN_CTX_end() without BN_CTX_start()Tomas Mraz1-4/+8
2024-11-21add 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