summaryrefslogtreecommitdiffstats
path: root/providers/common/keymgmt/build.info (unfollow)
Commit message (Expand)AuthorFilesLines
4 daystest: the timeSpecification X.509v3 extensionJonathan M. Wilbur3-1/+64
4 daysdoc: the timeSpecification X.509v3 extensionJonathan M. Wilbur3-0/+110
4 daysfeat: support the timeSpecification X.509v3 extensionJonathan M. Wilbur5-1/+787
4 daysdh_cms_set_peerkey(): Fix the incorrect conditionShakti Shah1-1/+1
5 daysAdd function to mix in an additional input into a RAND_POOLTomas Mraz8-61/+96
5 daysFix potential use-after-free in REF_PRINT_COUNTNeil Horman22-37/+37
5 daysFix memory ordering guarantees and TSAN errorsTomas Mraz1-8/+20
5 daysAdd test for releasing a shared EVP_PKEY across threadsTomas Mraz1-0/+40
5 daysossl_cms_get1_crls_ex(): Avoid doublefree if CRL up ref failsTomas Mraz1-2/+4
5 daysRevert the behavior change of CMS_get1_certs() and CMS_get1_crls()Tomas Mraz5-22/+65
5 daysRemove references to git.openssl.org from README.mdTom Cosgrove1-19/+7
5 daysspeed.c: Changed the declaration of aead_ivlen to a #defineMohammed Alhabib1-6/+6
9 daysExchange jitter and no-ct jobs between daily and on push CITomas Mraz2-27/+27
9 daysjitter_generate(): Properly mix in the additional inputTomas Mraz1-8/+8
9 daysA typo fix in a commentwillmafh1-1/+1
9 daysAdd spaces to make macros more clearwillmafh1-13/+13
9 daysCode & comments changes to make them in consistentwillmafh4-10/+17
9 daysone more empty line for code style consistencywillmafh1-0/+1
9 daysChange all one's complement to ones' complement for consistencywillmafh6-8/+8
9 daysBN_secure_new function indentation correctionwillmafh1-7/+7
9 daysDelete redundant parentheses for code consistencywillmafh1-1/+1
9 daysDelete a redundant breakwillmafh1-1/+0
12 daysRun interop tests on feature/quic-server branchNeil Horman2-0/+67
12 daysAdd handling for additional input in jitter rngjsondevers1-0/+8
12 daysfips: zeroization of ECX public keysJoachim Vandersmissen1-0/+3
12 daysproviders: stop probing for getentropy(3) on recent FreeBSDKyle Evans1-23/+28
13 daysfips-label.yml: Fix ABI change label removalTomas Mraz1-1/+1
13 daysAvoid NULL dereference with PKCS7_OP_SET_DETACHED_SIGNATURETomas Mraz1-0/+5
2024-11-29Document version-specific utility of EVP_PKEY_Q_keygenMichael Baentsch1-3/+4
2024-11-29Minor nit fix to EVP_CipherFinal_ex() return code documentation.Frederik Wedel-Heinen1-5/+8
2024-11-29Fix memleak in dsa_gen()Holger Dengler1-1/+1
2024-11-29Fix EVP_PKEY_print_private() so that it works with non default providers.slontis2-3/+32
2024-11-29die() in .tmpl file should not be silently ignored.Alexandr Nedvedicky2-2/+11
2024-11-29apps/passwd.c: Convert a redundant check to assertBartel Artem1-2/+1
2024-11-29Fix solaris build in CRYPTO_atomic_store apiNeil Horman1-1/+1
2024-11-28Use static array (length 256) for copy of OPENSSL_MALLOC_FAILURESsftcd3-5/+18
2024-11-28Deprecate all BIO_meth_get_*() functionsTomas Mraz6-53/+118
2024-11-28Use sk_X509_ATTRIBUTE_deep_copy() to copy attribute stacks in pk7_doit.cNiels Dossche1-20/+2
2024-11-28ci: add daily runcheckers to exercise the -DOPENSSL_PEDANTIC_ZEROIZATION optionPauli1-0/+2
2024-11-28fips: change integrity check zeroization to use the OPENSSL_PEDANTIC_ZEROIZAT...Pauli1-0/+2
2024-11-28pbkdf2: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli1-1/+1
2024-11-28hkdf: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli1-1/+1
2024-11-28rsa: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli1-1/+1
2024-11-28ffc: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli1-1/+1
2024-11-28ec: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION definePauli1-1/+1
2024-11-28A typo fix in a commentwillmafh1-1/+1
2024-11-27Document expected BIO operations for libsslDavid Benjamin1-0/+9
2024-11-27Upgrade action/{upload,download}-artifact to v4Richard Levitte4-22/+22
2024-11-25fips-jitter: set provider into error state upon CRNG permanent failuresDimitri John Ledkov1-2/+6
2024-11-25Fix potential memory leak on failure of ecx_gen_init()Niels Dossche1-1/+1