| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the ciphers_by_values_test() | tb | 2024-03-01 | 1 | -56/+0 |
* | exporter: use the atrocious SSL_CIPHER_find() rather than get_by_id() | tb | 2024-03-01 | 1 | -2/+5 |
* | ssltest: drop another use of CRYPTO_mem_leaks() | tb | 2024-03-01 | 1 | -2/+1 |
* | Detect OPENSSL_NO_GOST correctly | tb | 2024-02-29 | 1 | -1/+2 |
* | CRYPTO_mem_leaks* will go away. Remove calls in legacy tests | tb | 2024-02-29 | 3 | -6/+3 |
* | Link x509_algor test statically and switch to the internal | tb | 2024-02-29 | 2 | -9/+18 |
* | OBJ_NAME_TYPE_PKEY_METH is no longer supported | tb | 2024-02-29 | 1 | -5/+1 |
* | Stop testing EVP_PKEY_GOST{IMIT,R01} | tb | 2024-02-29 | 1 | -3/+1 |
* | Prepare freenull test for GOST removal | tb | 2024-02-29 | 1 | -1/+3 |
* | asn1time: remove some debugging code | tb | 2024-02-18 | 1 | -3/+1 |
* | Tweak previous | tb | 2024-02-18 | 1 | -7/+6 |
* | Adjust regress test for memset() requested by jsing on review | tb | 2024-02-18 | 1 | -4/+18 |
* | Add regress coverage for the new API | tb | 2024-02-18 | 2 | -2/+197 |
* | bio_dump: add a test that prints all values of a single byte | tb | 2024-02-09 | 1 | -1/+59 |
* | Cope with recent ctype.h prefix changes. | anton | 2024-02-05 | 1 | -5/+5 |
* | More missing void | tb | 2024-02-04 | 1 | -3/+3 |
* | Fix asn1_integer_null_data_test() | tb | 2024-02-04 | 1 | -2/+2 |
* | Remove GOST and STREEBOG support from libssl. | beck | 2024-02-03 | 4 | -189/+115 |
* | bio_dump: fix indent | tb | 2024-02-02 | 1 | -32/+32 |
* | bio_dump: add one more testcase | tb | 2024-02-02 | 1 | -2/+36 |
* | Add regress coverage for BIO_dump() | tb | 2024-02-02 | 2 | -1/+745 |
* | Add a shutdown sequence regress test. | jsing | 2024-01-30 | 1 | -3/+133 |
* | Enable for TLSv1.3 now that shutdown behaviour matches the legacy stack. | jsing | 2024-01-27 | 1 | -3/+1 |
* | Add 'openssl x509 -new' functionality to the libcrypto CLI utility | job | 2024-01-26 | 1 | -1/+50 |
* | Replace more occurrences of OBJ_NAME_do_all_sorted() with | tb | 2024-01-21 | 1 | -7/+4 |
* | Enable shutdown regress test. | jsing | 2024-01-19 | 1 | -1/+2 |
* | Add regress test coverage for SSL_shutdown(). | jsing | 2024-01-19 | 2 | -0/+546 |
* | ec_point_conversion: zap an empty line | tb | 2024-01-18 | 1 | -2/+1 |
* | Run the pkey cleanup test also for {Ed,X}25519 | tb | 2024-01-15 | 1 | -1/+3 |
* | Switch to EVP_CIPHER_do_all() now that snaps are available on most arches | tb | 2024-01-15 | 1 | -5/+3 |
* | appstest: Zap a trailing tab added in previous | tb | 2024-01-12 | 1 | -2/+2 |
* | Add -force_pubkey -multivalue-rdn -set_issuer -set_subject -utf8 to x509 app | job | 2024-01-12 | 1 | -1/+26 |
* | Remove the evp_pkey_method() test | tb | 2024-01-11 | 1 | -38/+1 |
* | Sprinkle a handfull of missing continue | tb | 2023-12-31 | 1 | -1/+10 |
* | Add extended regress coverage for ASN.1 methods | tb | 2023-12-30 | 1 | -1/+147 |
* | Add initial regress for CRYPTO_EX_DATA. | jsing | 2023-12-27 | 3 | -1/+237 |
* | Remove engine regress. | jsing | 2023-12-27 | 3 | -264/+1 |
* | c2sp: replace openssl 3.0 with 3.2 support | tb | 2023-12-17 | 1 | -2/+2 |
* | Remove the string_table test | tb | 2023-12-15 | 2 | -130/+1 |
* | rfc3779: remove redundant const. | tb | 2023-12-13 | 1 | -5/+5 |
* | tlsexttest: \178 isn't a valid octal escape sequence | tb | 2023-12-13 | 1 | -2/+2 |
* | constraints: \178 isn't a valid octal escape sequence | tb | 2023-12-13 | 1 | -2/+2 |
* | x509_asn1: avoid lookup table that makes some compilers whine | tb | 2023-12-13 | 1 | -59/+37 |
* | evp_test: zap extra empty line | tb | 2023-12-10 | 1 | -2/+1 |
* | Add regress coverage for OBJ_NAME_do_all*() | tb | 2023-12-08 | 1 | -2/+99 |
* | EVP test: fix includes | tb | 2023-11-27 | 1 | -3/+3 |
* | EVP test: add regress coverage for the do_all() API | tb | 2023-11-27 | 1 | -1/+132 |
* | Still need engine.h for ENGINE_free() | tb | 2023-11-20 | 1 | -1/+2 |
* | Remove last OPENSSL_NO_ENGINE from libssl regress | tb | 2023-11-19 | 1 | -7/+1 |
* | Unifdef OPENSSL_NO_ENGINE in libcrypto regress | tb | 2023-11-19 | 8 | -68/+8 |