| Commit message (Expand) | Author | Age | Files | Lines |
* | Streamline X509_EXTENSION_create_by_OBJ() | tb | 2024-07-12 | 1 | -9/+10 |
* | Clean up X509_EXTENSION_create_by_NID() | tb | 2024-07-12 | 1 | -9/+5 |
* | Rewrite X509v3_add_ext() | tb | 2024-07-12 | 1 | -24/+23 |
* | Simplify X509v3_get_ext() and X509v3_delete_ext() | tb | 2024-07-12 | 1 | -7/+1 |
* | Align X509v3_get_ext_by_critical() with X509v3_get_ext_by_OBJ() | tb | 2024-07-12 | 1 | -12/+9 |
* | Clean up X509v3_get_ext_by_OBJ() | tb | 2024-07-12 | 1 | -11/+7 |
* | use sigaction() to setup SIGARLM so we can set SA_RESTART, and | deraadt | 2024-07-12 | 1 | -6/+8 |
* | Despite being an ELF citizen, hppa is its own special snowflake and requires | miod | 2024-07-12 | 1 | -1/+5 |
* | Despite being an ELF citizen, hppa is its own special snowflake and requires | miod | 2024-07-11 | 1 | -1/+5 |
* | Adjust regress to match changes in SSL_select_next_proto() args | tb | 2024-07-11 | 1 | -123/+99 |
* | Adjust documentation for SSL_select_next_proto() | tb | 2024-07-11 | 1 | -30/+48 |
* | Follow BoringSSL's nomenclature in SSL_select_next_proto() | tb | 2024-07-11 | 1 | -28/+30 |
* | Zap warning against __findenv usage, it is not exported by libc | jca | 2024-07-10 | 1 | -3/+1 |
* | Remove the static symbols.namespace, and just generate the _libre_ | beck | 2024-07-10 | 2 | -3359/+3 |
* | Teach symbols test about the namespace | tb | 2024-07-10 | 2 | -3/+9 |
* | forgot to add a history section for the TLS PRF API | tb | 2024-07-10 | 1 | -1/+4 |
* | link EVP_PKEY_CTX_set_tls1_prf_md.3 to build | tb | 2024-07-10 | 1 | -1/+2 |
* | Import EVP_PKEY_CTX_set_tls1_prf_md.3 from OpenSSL 1.1.1 | tb | 2024-07-10 | 1 | -0/+168 |
* | Including kdf.h isn't enough, you also need evp.h | tb | 2024-07-10 | 1 | -2/+3 |
* | Unwrap two lines | tb | 2024-07-10 | 1 | -7/+4 |
* | Add another empty line | tb | 2024-07-09 | 1 | -1/+2 |
* | Turn tls1_prf_alg() into single exit | tb | 2024-07-09 | 1 | -9/+11 |
* | Unwrap a few more lines | tb | 2024-07-09 | 1 | -9/+5 |
* | Unwrap a couple of lines | tb | 2024-07-09 | 1 | -5/+3 |
* | Align math with t1_enc.c | tb | 2024-07-09 | 1 | -6/+8 |
* | Minor cosmetics in pkey_tls1_prf_derive() | tb | 2024-07-09 | 1 | -5/+3 |
* | Replace explicit_bzero() plus free() with freezero() | tb | 2024-07-09 | 1 | -3/+2 |
* | Improve test coverage for TLS1-PRF | tb | 2024-07-09 | 1 | -4/+177 |
* | Add a minimal regress test for TLS1-PRF | tb | 2024-07-09 | 1 | -1/+96 |
* | Shuffle things into a more sensible order | tb | 2024-07-09 | 1 | -63/+58 |
* | Use better order in EVP_PKEY_CTRL_TLS_SECRET | tb | 2024-07-09 | 1 | -6/+5 |
* | Add tls1_prf_pkey_meth to pkey_methods | tb | 2024-07-09 | 1 | -1/+3 |
* | Make a NULL check explicit | tb | 2024-07-09 | 1 | -2/+2 |
* | Zap or align some ugly comments | tb | 2024-07-09 | 1 | -4/+3 |
* | Test & assign once more | tb | 2024-07-09 | 1 | -4/+4 |
* | sec_len -> secret_len | tb | 2024-07-09 | 1 | -3/+3 |
* | Test and assign in tls1_prf_P_hash() | tb | 2024-07-09 | 1 | -5/+8 |
* | Fix whitespace around '/' | tb | 2024-07-09 | 1 | -4/+4 |
* | Invert logic in tls1_prf_alg() | tb | 2024-07-09 | 1 | -22/+22 |
* | olen -> out_len | tb | 2024-07-09 | 1 | -15/+15 |
* | Add a few empty lines | tb | 2024-07-09 | 1 | -1/+7 |
* | seedlen -> seed_len | tb | 2024-07-09 | 1 | -10/+10 |
* | seclen -> secret_len | tb | 2024-07-09 | 1 | -7/+7 |
* | slen -> secret_len | tb | 2024-07-09 | 1 | -7/+8 |
* | sec -> secret | tb | 2024-07-09 | 1 | -17/+17 |
* | Replace local typedef with spelling out the struct name | tb | 2024-07-09 | 1 | -8/+8 |
* | Remove a few useless comments | tb | 2024-07-09 | 1 | -6/+1 |
* | Apply a knfmt(8) sledgehammer | tb | 2024-07-09 | 1 | -226/+236 |
* | Add an RCS tag | tb | 2024-07-09 | 1 | -1/+1 |
* | Replace license stub with full license | tb | 2024-07-09 | 1 | -5/+55 |