summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* same crank for libssl and libtls as for libcryptotb2025-08-191-1/+1
* sync with crypto_namespace.h: avoid asm("") for MSVCtb2025-08-181-1/+5
* revert accidental disabling of ssl_security_cert() in -r1.52tb2025-08-141-2/+2
* Add a reasonable ML-KEM API for public use.beck2025-08-141-2/+2
* bump major for libssl and libtls to match libcryptotb2025-07-161-2/+2
* The mdoc(7) .Ft macro does not need quoting of its arguments, but aboutschwarze2025-06-131-3/+3
* SSL_shutdown(): remove pointless NULL check.tb2025-06-091-2/+2
* .Lb libssl libcrypto ; OK tb@schwarze2025-06-08121-244/+365
* delete an "intentionally undocumented" comment regarding stuffschwarze2025-06-081-8/+3
* add the missing .In line and add .Lb libssl libcrypto ; OK tb@schwarze2025-06-082-4/+8
* Trim trailing whitespacetb2025-06-071-8/+8
* Spelling, discussed with jsingtb2025-06-071-1/+1
* tls13_ctx_new(): fix calloc() incantationtb2025-06-071-2/+2
* Fix weird calloc() argument ordertb2025-06-071-5/+5
* correct indentation, no functional changejsg2025-06-022-7/+6
* zap weird empty added to tls1_ec_nid2group_id() in previoustb2025-05-311-2/+1
* Simplify SSL_alert_desc_stringtb2025-05-221-67/+2
* Don't use the array index as the group_idbeck2025-05-201-51/+97
* 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