summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* ssl_local.h: stop guarding SYSerror() with an #ifdeftb2025-05-101-3/+1
* ssl_local: provide an SSL-internal version of SYSerror()tb2025-05-101-1/+4
* SSL_error_internal: remove a superfluous pair of parenstb2025-05-101-3/+2
* ssl_local.h: adjust some whitespacetb2025-05-101-3/+3
* const correct SSL_error_internal()tb2025-05-102-4/+4
* sigh. pqueue_find() also needs a const treatmenttb2025-05-042-4/+4
* pqueue.h: zap trailing whitespacetb2025-05-041-3/+3
* const correct first argument of pitem_new()tb2025-05-042-4/+4
* tlsext: stop sending SNI before ALPN in clientstb2025-04-301-24/+1
* SSL_set_tlsext_host_name: as a setter it cannot take a const ssltb2025-04-181-3/+3
* Remove two unused defines, update standard referencetb2025-04-181-7/+3
* Fix annoying whitespacetb2025-04-184-52/+52
* typo: primtive -> primitivetb2025-03-281-2/+2
* minor libssl bump (SSL_OP_NO_RENEGOTIATION/SSL_OP_ALLOW_CLIENT_RENEGOTIATION)sthen2025-03-131-1/+1
* Make srtp.h self-standing by including ssl.htb2025-03-131-1/+3
* Provide SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.jsing2025-03-124-6/+36
* Give libssl the same bump as libcryptotb2025-03-091-1/+1
* const correct tls_session_secret_cb_fn()tb2025-03-094-8/+8
* Support OPENSSL_NO_FILENAMEStb2025-03-093-8/+8
* SSL_select_next_proto: fix invalid octal escape by switching to hexadecimaltb2025-02-041-3/+3
* Simplify tls1_check_ec_key()tb2025-01-181-7/+7
* Rename grp to group like almost everywhere elsetb2025-01-181-4/+4
* Remove parentheses in return statementstb2025-01-181-14/+14
* Remove two pointless NULL checkstb2025-01-181-8/+1
* Drop field determination dancetb2025-01-181-9/+2
* Stop pretending we support arbirary explicit groupstb2025-01-181-3/+2
* Remove SSL_DES and SSL_IDEA remnantstb2025-01-182-6/+2
* SSL_CTX_set_cipher_list: stop mentioning ancient cipherstb2025-01-181-11/+1
* Remove last uses of SSL_aDSStb2025-01-182-14/+2
* ssl_seclevel: remove comment pertaining to DSA certstb2025-01-181-6/+1
* Stop mentioning DSA/DSStb2025-01-186-23/+16
* ssl_local.h: does not need to include dsa.htb2025-01-171-2/+1
* received form the peer -> received from the peerjmc2024-12-191-3/+3
* Zap a trailing spacetb2024-12-051-2/+2
* remove duplicate defines; ok tb@jsg2024-10-232-10/+2
* libssl: rework cert signature security leveltb2024-10-171-24/+28
* byt -> but; ok tb@jsg2024-10-131-3/+3
* Remove unnecessary str variable in ssl_stat.ctb2024-10-121-427/+208
* Remove SSL_R_TRIED_TO_USE_UNSUPPORTED_CIPHERtb2024-10-091-2/+1
* Add missing alert descriptions (taken from RFC 8446)tb2024-10-091-2/+11
* Add missing alerts to SSL_alert_desc_string{,_long}()tb2024-10-091-7/+25
* Add missing alert errors and error stringstb2024-10-092-2/+10
* Reinstate bounds check accidentally disabled when defining OPENSSL_NO_DTLS1tb2024-09-221-3/+1
* Make error 235 resolve to "no application protocol"tb2024-09-091-2/+1
* Fix alert callback in the QUIC layertb2024-09-091-2/+12
* Add and use tls13_record_layer_alert_sent()tb2024-09-092-3/+12
* Update for OPENSSL_cpu_caps() now being machine independent.jsing2024-08-311-6/+2
* major bump for libcrypto libssl and libtlstb2024-08-311-2/+2
* Remove SSL_add_compression_methodtb2024-08-316-36/+10
* Bump minor after symbol additiontb2024-08-121-1/+1