summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update HISTORY sections of libssl functions > 3.0.0Michael Baentsch2024-12-1610-6/+44
* Fix breakage on arm64_32 platformsTomas Mraz2024-12-131-2/+3
* openssl-dgst: Document that xoflen is required for shakeRyan Farley2024-12-131-11/+13
* Extension of OPENSSL_ia32cap to accommodate additional CPUID bitsElizarova, Alina2024-12-1310-87/+264
* Fix typo in SSL_get_shared_sigalgs docsSasha Romijn2024-12-131-1/+1
* Limit tests with non-openssl clientsNeil Horman2024-12-131-1/+2
* Add HISTORY to BIO_s_mem documentationMichael Baentsch2024-12-131-0/+4
* Fix leak of a RAND_POOL in error conditionTomas Mraz2024-12-132-2/+6
* X509: document non-standard behavior checking EKU extensions in CA and TA certsDr. David von Oheimb2024-12-137-97/+163
* Fix the intermittent lhash_test failure on WindowsTomas Mraz2024-12-131-4/+12
* To verify MAC, we need a MACDmitry Belyavskiy2024-12-113-1/+14
* test: the timeSpecification X.509v3 extensionJonathan M. Wilbur2024-12-113-1/+64
* doc: the timeSpecification X.509v3 extensionJonathan M. Wilbur2024-12-113-0/+110
* feat: support the timeSpecification X.509v3 extensionJonathan M. Wilbur2024-12-115-1/+787
* dh_cms_set_peerkey(): Fix the incorrect conditionShakti Shah2024-12-111-1/+1
* Add function to mix in an additional input into a RAND_POOLTomas Mraz2024-12-108-61/+96
* Fix potential use-after-free in REF_PRINT_COUNTNeil Horman2024-12-1022-37/+37
* Fix memory ordering guarantees and TSAN errorsTomas Mraz2024-12-101-8/+20
* Add test for releasing a shared EVP_PKEY across threadsTomas Mraz2024-12-101-0/+40
* ossl_cms_get1_crls_ex(): Avoid doublefree if CRL up ref failsTomas Mraz2024-12-101-2/+4
* Revert the behavior change of CMS_get1_certs() and CMS_get1_crls()Tomas Mraz2024-12-105-22/+65
* Remove references to git.openssl.org from README.mdTom Cosgrove2024-12-101-19/+7
* speed.c: Changed the declaration of aead_ivlen to a #defineMohammed Alhabib2024-12-101-6/+6
* Exchange jitter and no-ct jobs between daily and on push CITomas Mraz2024-12-062-27/+27
* jitter_generate(): Properly mix in the additional inputTomas Mraz2024-12-061-8/+8
* A typo fix in a commentwillmafh2024-12-061-1/+1
* Add spaces to make macros more clearwillmafh2024-12-061-13/+13
* Code & comments changes to make them in consistentwillmafh2024-12-064-10/+17
* one more empty line for code style consistencywillmafh2024-12-061-0/+1
* Change all one's complement to ones' complement for consistencywillmafh2024-12-066-8/+8
* BN_secure_new function indentation correctionwillmafh2024-12-061-7/+7
* Delete redundant parentheses for code consistencywillmafh2024-12-061-1/+1
* Delete a redundant breakwillmafh2024-12-061-1/+0
* Run interop tests on feature/quic-server branchNeil Horman2024-12-032-0/+67
* Add handling for additional input in jitter rngjsondevers2024-12-031-0/+8
* fips: zeroization of ECX public keysJoachim Vandersmissen2024-12-031-0/+3
* providers: stop probing for getentropy(3) on recent FreeBSDKyle Evans2024-12-031-23/+28
* fips-label.yml: Fix ABI change label removalTomas Mraz2024-12-021-1/+1
* Avoid NULL dereference with PKCS7_OP_SET_DETACHED_SIGNATURETomas Mraz2024-12-021-0/+5
* Document version-specific utility of EVP_PKEY_Q_keygenMichael Baentsch2024-11-291-3/+4
* Minor nit fix to EVP_CipherFinal_ex() return code documentation.Frederik Wedel-Heinen2024-11-291-5/+8
* Fix memleak in dsa_gen()Holger Dengler2024-11-291-1/+1
* Fix EVP_PKEY_print_private() so that it works with non default providers.slontis2024-11-292-3/+32
* die() in .tmpl file should not be silently ignored.Alexandr Nedvedicky2024-11-292-2/+11
* apps/passwd.c: Convert a redundant check to assertBartel Artem2024-11-291-2/+1
* Fix solaris build in CRYPTO_atomic_store apiNeil Horman2024-11-291-1/+1
* Use static array (length 256) for copy of OPENSSL_MALLOC_FAILURESsftcd2024-11-283-5/+18
* Deprecate all BIO_meth_get_*() functionsTomas Mraz2024-11-286-53/+118
* Use sk_X509_ATTRIBUTE_deep_copy() to copy attribute stacks in pk7_doit.cNiels Dossche2024-11-281-20/+2
* ci: add daily runcheckers to exercise the -DOPENSSL_PEDANTIC_ZEROIZATION optionPauli2024-11-281-0/+2