summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ocurred -> occurredjsg2024-07-151-3/+3
* 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
* 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
* Despite being an ELF citizen, hppa is its own special snowflake and requiresmiod2024-07-121-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
* Don't push the error stack in ssl_sigalg_select()beck2024-07-091-2/+1
* Fix TLS key share check to not fire when using < TLS 1.3beck2024-07-091-7/+6
* Actually enable namespaced builds in both libcrypto and libsslbeck2024-07-091-3/+3
* fix typotb2024-06-291-2/+2
* The ALPN callback should really ignore the out parameter if there'stb2024-06-281-3/+13
* Fix SSL_select_next_proto()tb2024-06-281-29/+54
* Remove handling of SSLv2 client hello messages.jsing2024-06-281-205/+1
* remove psk_idx from tlsext_randomize_build_order()tb2024-06-261-3/+3
* tls_extension_find(): make output index optionaltb2024-06-261-2/+3
* Implement RSA key exchange in constant time.jsing2024-06-253-63/+73
* Fix TLS extension shufflingtb2024-06-251-2/+2
* ssl_err: KNF tweaktb2024-06-241-2/+2
* ssl_err: fix whitespacetb2024-06-241-13/+13
* Provide CBB_add_u32_length_prefixed().jsing2024-06-222-2/+15
* ssl_tlsext: fix uninitialized variable warning with gcctb2024-06-061-2/+3
* remove unused typedefs with structs that were removedjsg2024-05-271-6/+1
* sync inclusion of <stdlib.h> from libcryptotb2024-05-253-3/+6
* Make signature of SSL_COMP_add_compression_method(3) match realitytb2024-05-231-3/+3
* remove prototypes with no matching functionjsg2024-05-191-2/+1
* SSL_CTX_set_keylog_callback: copy-paste error _set_ -> _get_tb2024-05-161-3/+3
* Remove fixed nonce length information from algorithm2tb2024-05-102-59/+15
* sync the SSL text; ok tbjmc2024-05-091-3/+3
* ssl_ciph.c: unwrap a linetb2024-05-091-3/+2
* Remove leftover logic of SSL2 supporttb2024-05-091-5/+3
* Plug a "leak" in ssl_security_group()tb2024-05-091-6/+13
* Avoid OpenSSL SSL repetitionstb2024-05-081-7/+8
* Fix key share negotiation in HRR casetb2024-04-161-1/+40
* crank libssl major after libcrypto major and symbol removaltb2024-04-151-1/+1
* Unexport SSL_version_strtb2024-04-152-4/+1
* Recommit a better version of the removal of the F5 workaroundtb2024-04-041-9/+12
* Backout previous commit (intending that libressl client rejects a supportedsthen2024-04-021-3/+17
* Stop pandering to the loadbalancer industrial complex.beck2024-03-281-17/+3
* Fix up server processing of key shares.beck2024-03-271-8/+77
* Do not allow duplicate groups in supported groups.beck2024-03-271-18/+39
* Unify up_ref implementations in libssltb2024-03-272-8/+5
* Add an indicator that an extension has been processed.beck2024-03-263-3/+21
* Process supported groups before key share.beck2024-03-261-15/+15
* Simplify TLS extension parsing and processing.jsing2024-03-251-155/+98
* Fix typo msg_types -> msg_typetb2024-03-251-2/+2
* Split TLS extension parsing from processing.jsing2024-03-251-55/+190
* Decouple TLS extension table order from tlsext_randomize_build_order()jsing2024-03-251-6/+7