summaryrefslogtreecommitdiffstats
path: root/test/destest.c (unfollow)
Commit message (Expand)AuthorFilesLines
9 daystest: the timeSpecification X.509v3 extensionJonathan M. Wilbur3-1/+64
9 daysdoc: the timeSpecification X.509v3 extensionJonathan M. Wilbur3-0/+110
9 daysfeat: support the timeSpecification X.509v3 extensionJonathan M. Wilbur5-1/+787
9 daysdh_cms_set_peerkey(): Fix the incorrect conditionShakti Shah1-1/+1
10 daysAdd function to mix in an additional input into a RAND_POOLTomas Mraz8-61/+96
10 daysFix potential use-after-free in REF_PRINT_COUNTNeil Horman22-37/+37
10 daysFix memory ordering guarantees and TSAN errorsTomas Mraz1-8/+20
10 daysAdd test for releasing a shared EVP_PKEY across threadsTomas Mraz1-0/+40
10 daysossl_cms_get1_crls_ex(): Avoid doublefree if CRL up ref failsTomas Mraz1-2/+4
10 daysRevert the behavior change of CMS_get1_certs() and CMS_get1_crls()Tomas Mraz5-22/+65
10 daysRemove references to git.openssl.org from README.mdTom Cosgrove1-19/+7
10 daysspeed.c: Changed the declaration of aead_ivlen to a #defineMohammed Alhabib1-6/+6
14 daysExchange jitter and no-ct jobs between daily and on push CITomas Mraz2-27/+27
14 daysjitter_generate(): Properly mix in the additional inputTomas Mraz1-8/+8
14 daysA typo fix in a commentwillmafh1-1/+1
14 daysAdd spaces to make macros more clearwillmafh1-13/+13
14 daysCode & comments changes to make them in consistentwillmafh4-10/+17
14 daysone more empty line for code style consistencywillmafh1-0/+1
14 daysChange all one's complement to ones' complement for consistencywillmafh6-8/+8
14 daysBN_secure_new function indentation correctionwillmafh1-7/+7
14 daysDelete redundant parentheses for code consistencywillmafh1-1/+1
14 daysDelete a redundant breakwillmafh1-1/+0
2024-12-03Run interop tests on feature/quic-server branchNeil Horman2-0/+67
2024-12-03Add handling for additional input in jitter rngjsondevers1-0/+8
2024-12-03fips: zeroization of ECX public keysJoachim Vandersmissen1-0/+3
2024-12-03providers: stop probing for getentropy(3) on recent FreeBSDKyle Evans1-23/+28
2024-12-02fips-label.yml: Fix ABI change label removalTomas Mraz1-1/+1
2024-12-02Avoid 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