| Commit message (Expand) | Author | Age | Files | Lines |
* | bump libcrypto, libssl, libtls majors | tb | 2023-07-28 | 1 | -1/+1 |
* | Remove the ability to do tls 1.0 and 1.1 from libtls. | beck | 2023-07-02 | 4 | -24/+18 |
* | Zap stray space | tb | 2023-06-27 | 1 | -2/+2 |
* | Turns out EC_KEY_METHOD_new() has dup built in... | tb | 2023-06-18 | 1 | -21/+3 |
* | tls_signer: reinstate the default EC_KEY methods | tb | 2023-06-18 | 1 | -2/+29 |
* | Switch tls_ecdsa_do_sign() to EC_KEY_get_ex_data() | tb | 2023-06-18 | 1 | -3/+3 |
* | libtls: switch ECDSA_METHOD usage to EC_KEY_METHOD | op | 2023-06-18 | 3 | -17/+12 |
* | Rework tls_check_subject_altname() error handling | tb | 2023-06-01 | 1 | -12/+13 |
* | Check for X509_get_ext_d2i() failure | tb | 2023-06-01 | 1 | -4/+10 |
* | Correctly catch all return values from X509_NAME_get_index_by_NID | beck | 2023-05-29 | 1 | -6/+11 |
* | correct comment, spotted by tb@ | beck | 2023-05-28 | 1 | -4/+4 |
* | Refactor tls_check_common_name to use lower level API. | beck | 2023-05-28 | 1 | -12/+47 |
* | Forcibly update the EVP_PKEY's internal key | op | 2023-05-25 | 1 | -13/+25 |
* | add missing #include <string.h>; ok tb@ | op | 2023-05-14 | 8 | -8/+18 |
* | tls_verify.c: give up on variable alignment in this file | tb | 2023-05-11 | 1 | -6/+6 |
* | switch two ASN1_STRING_data() to ASN1_STRING_get0_data() | op | 2023-05-10 | 1 | -5/+5 |
* | Use -Wshadow with clang | tb | 2023-05-05 | 1 | -2/+2 |
* | Fix error handling in tls_check_common_name() | tb | 2023-05-05 | 1 | -6/+10 |
* | Bump majors after symbol addition and removal | tb | 2023-04-25 | 1 | -2/+2 |
* | Drop X9.31 support from libtls | tb | 2023-04-09 | 2 | -7/+2 |
* | Crankl libcrypto/libssl/libtls minors after symbol addition | tb | 2023-03-10 | 1 | -1/+1 |
* | Bump libtls minor to match libcrypto and libssl | tb | 2022-11-13 | 1 | -1/+1 |
* | bump major after libcrypto and libssl major bump | tb | 2022-09-11 | 1 | -2/+2 |
* | Bump libtls minor after libcrypto and libssl minor bump | tb | 2022-07-07 | 1 | -1/+1 |
* | Crank major after symbol removal. | tb | 2022-03-24 | 1 | -2/+2 |
* | Hide the tls_signer from public visibility. It's not ready yet and | tb | 2022-03-24 | 3 | -29/+24 |
* | Plug a long standing leak in libtls CRL handling | tb | 2022-02-08 | 1 | -2/+1 |
* | Provide our own signature padding defines. | jsing | 2022-02-01 | 2 | -6/+38 |
* | Revise signer callback interface. | jsing | 2022-02-01 | 2 | -83/+128 |
* | Add limits.h for INT_MAX in tls_signer.c | inoguchi | 2022-01-29 | 1 | -1/+3 |
* | Expose tls_signer_error() | jsing | 2022-01-28 | 1 | -0/+1 |
* | minor bump after api additiom | eric | 2022-01-25 | 1 | -1/+1 |
* | Introduce a signer interface intented to make TLS privsep simpler | eric | 2022-01-25 | 7 | -5/+438 |
* | Check function return value in libtls | inoguchi | 2022-01-19 | 1 | -9/+21 |
* | bump libcrypto, libssl, libtls majors after struct visibility changes | tb | 2022-01-14 | 1 | -1/+1 |
* | Convert tls_bio_cb for opaque BIO | tb | 2022-01-10 | 1 | -19/+46 |
* | contibutions -> contributions | jsg | 2022-01-01 | 1 | -3/+3 |
* | Bump majors after struct visibility changes, symbol removal and symbol | tb | 2021-10-31 | 1 | -1/+1 |
* | Simplify some code by using X509_STORE_CTX_get_obj_by_subject() | tb | 2021-10-31 | 1 | -8/+8 |
* | libtls: Don't reach into X509_STORE_CTX. | tb | 2021-10-21 | 1 | -12/+20 |
* | Switch from X509_VERIFY_PARAM_set_flags() to X509_STORE_set_flags(). | tb | 2021-10-21 | 1 | -2/+2 |
* | Eliminate a dead assignment and a weird cast. Adjust a comment to | tb | 2021-10-21 | 1 | -6/+3 |
* | Print uid with %u instead of %i. | tb | 2021-10-21 | 1 | -2/+2 |
* | Use *printf %d instead of %i | tb | 2021-10-21 | 1 | -2/+2 |
* | Use SSL_CTX_get0_param() rather than reaching into the SSL_CTX. | jsing | 2021-10-02 | 1 | -2/+2 |
* | major bump (same type of crank as libssl) | tb | 2021-09-10 | 1 | -1/+1 |
* | typo in comment | tb | 2021-08-16 | 1 | -2/+2 |
* | zap wonky commas; | jmc | 2021-06-22 | 1 | -5/+5 |
* | Clarify tls_config_set_*_file() file I/O semantics | kn | 2021-06-22 | 1 | -13/+11 |
* | Use SSL_AD_INTERNAL_ERROR | tb | 2021-06-14 | 1 | -2/+2 |