summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up X509_EXTENSION_create_by_NID()tb2024-07-121-9/+5
* Rewrite X509v3_add_ext()tb2024-07-121-24/+23
* Simplify X509v3_get_ext() and X509v3_delete_ext()tb2024-07-121-7/+1
* Align X509v3_get_ext_by_critical() with X509v3_get_ext_by_OBJ()tb2024-07-121-12/+9
* Clean up X509v3_get_ext_by_OBJ()tb2024-07-121-11/+7
* use sigaction() to setup SIGARLM so we can set SA_RESTART, andderaadt2024-07-121-6/+8
* Despite being an ELF citizen, hppa is its own special snowflake and requiresmiod2024-07-121-1/+5
* Despite being an ELF citizen, hppa is its own special snowflake and requiresmiod2024-07-111-1/+5
* Adjust regress to match changes in SSL_select_next_proto() argstb2024-07-111-123/+99
* Adjust documentation for SSL_select_next_proto()tb2024-07-111-30/+48
* Follow BoringSSL's nomenclature in SSL_select_next_proto()tb2024-07-111-28/+30
* Zap warning against __findenv usage, it is not exported by libcjca2024-07-101-3/+1
* Remove the static symbols.namespace, and just generate the _libre_beck2024-07-102-3359/+3
* Teach symbols test about the namespacetb2024-07-102-3/+9
* forgot to add a history section for the TLS PRF APItb2024-07-101-1/+4
* link EVP_PKEY_CTX_set_tls1_prf_md.3 to buildtb2024-07-101-1/+2
* Import EVP_PKEY_CTX_set_tls1_prf_md.3 from OpenSSL 1.1.1tb2024-07-101-0/+168
* Including kdf.h isn't enough, you also need evp.htb2024-07-101-2/+3
* Unwrap two linestb2024-07-101-7/+4
* Add another empty linetb2024-07-091-1/+2
* Turn tls1_prf_alg() into single exittb2024-07-091-9/+11
* Unwrap a few more linestb2024-07-091-9/+5
* Unwrap a couple of linestb2024-07-091-5/+3
* Align math with t1_enc.ctb2024-07-091-6/+8
* Minor cosmetics in pkey_tls1_prf_derive()tb2024-07-091-5/+3
* Replace explicit_bzero() plus free() with freezero()tb2024-07-091-3/+2
* Improve test coverage for TLS1-PRFtb2024-07-091-4/+177
* Add a minimal regress test for TLS1-PRFtb2024-07-091-1/+96
* Shuffle things into a more sensible ordertb2024-07-091-63/+58
* Use better order in EVP_PKEY_CTRL_TLS_SECRETtb2024-07-091-6/+5
* Add tls1_prf_pkey_meth to pkey_methodstb2024-07-091-1/+3
* Make a NULL check explicittb2024-07-091-2/+2
* Zap or align some ugly commentstb2024-07-091-4/+3
* Test & assign once moretb2024-07-091-4/+4
* sec_len -> secret_lentb2024-07-091-3/+3
* Test and assign in tls1_prf_P_hash()tb2024-07-091-5/+8
* Fix whitespace around '/'tb2024-07-091-4/+4
* Invert logic in tls1_prf_alg()tb2024-07-091-22/+22
* olen -> out_lentb2024-07-091-15/+15
* Add a few empty linestb2024-07-091-1/+7
* seedlen -> seed_lentb2024-07-091-10/+10
* seclen -> secret_lentb2024-07-091-7/+7
* slen -> secret_lentb2024-07-091-7/+8
* sec -> secrettb2024-07-091-17/+17
* Replace local typedef with spelling out the struct nametb2024-07-091-8/+8
* Remove a few useless commentstb2024-07-091-6/+1
* Apply a knfmt(8) sledgehammertb2024-07-091-226/+236
* Add an RCS tagtb2024-07-091-1/+1
* Replace license stub with full licensetb2024-07-091-5/+55
* link tls1_prf.c to buildtb2024-07-091-1/+2