summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up SSL_HANDSHAKE_MAC_DEFAULT.jsing2024-07-163-63/+39
* Fix .Ox for SSL_CIPHER_get_handshake_digest()tb2024-07-161-3/+3
* Switch the EVP_PKEY_*attr* API to LCRYPTO_UNUSED()tb2024-07-151-10/+10
* Fix PKCS12_create()tb2024-07-151-6/+21
* Mop up TLS1_PRF* defines.jsing2024-07-152-76/+67
* ocurred -> occurredjsg2024-07-151-3/+3
* Rewrite EVP_PKEY_add1_attr_by_NID()tb2024-07-141-11/+41
* Disable most EVP_PKEY_*attr* APItb2024-07-141-14/+17
* Forgot to annotate the TMP UGLY CAST[S] as requested by jsingtb2024-07-141-1/+2
* Document SSL_CIPHER_get_handshake_digest(3)tb2024-07-141-2/+22
* Prepare to provide SSL_CIPHER_get_handshake_digest()tb2024-07-143-3/+23
* Remove lhash_local.h.jsing2024-07-144-99/+26
* Add wcsnlen(3), wcslen(3) with a max len argumentjca2024-07-143-7/+84
* "please refer" -> "refer"jsg2024-07-141-3/+3
* ssl2.h and ssl23.h join the party in the attictb2024-07-135-257/+11
* Make error constants const in libssltb2024-07-131-5/+5
* Unify X.509v3 extension methodstb2024-07-1321-376/+691
* Fix the horrible and undocumented behaviour of X509_check_trustbeck2024-07-124-54/+73
* Clean up in X509_check_trust.beck2024-07-121-14/+8
* Drop the unused evp includetb2024-07-121-2/+1
* Rename the sk in this file to extstb2024-07-121-16/+16
* Avoid using ret for an X509_EXTENSIONtb2024-07-121-16/+16
* Tweak variable names in X509v3_add_ext()tb2024-07-121-12/+12
* Rename crit to critical in this filetb2024-07-121-10/+10
* Simplify X509_EXTENSION_get_critical()tb2024-07-121-4/+3
* Lose a few extra lines in X509_EXTENSION_set_object()tb2024-07-121-4/+2
* Streamline X509_EXTENSION_create_by_OBJ()tb2024-07-121-9/+10
* 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
* 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 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
* 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