summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove accidentally committed debug code.tb2022-02-241-3/+1
* Minor tweakstb2022-02-241-7/+8
* Add sanity checks on p and q in old_dsa_priv_decode()tb2022-02-241-1/+15
* Factor out alert handing code in the legacy stack.libressl-v3.5.0jsing2022-02-213-85/+77
* mutibyte -> multibytejsg2022-02-211-3/+3
* Fix a buffer overread in OAEP padding removaltb2022-02-201-11/+11
* Remove references to performance issues caused by frequent memmove().jsing2022-02-191-13/+2
* Reduce memmoves in memory BIOs.jsing2022-02-191-22/+38
* certificiate -> certificatejsg2022-02-191-3/+3
* Provide a struct bio_mem for memory BIO specific data.jsing2022-02-191-47/+58
* Avoid gendered language in man pages when not referring to a specificjsg2022-02-181-4/+4
* Clean up and simplify memory BIO code.jsing2022-02-181-124/+139
* prefer https links in man pagesjsg2022-02-182-6/+6
* grammar/rewordjsg2022-02-181-5/+7
* Avoid potential single byte overread in asn1_parse2().jsing2022-02-121-3/+4
* Limit OID text conversion to 64 bits per arc.jsing2022-02-121-55/+16
* Fix length check of IP addresses for name constraintstb2022-02-111-2/+3
* Add missing error check for a2i_GENERAL_NAME()tb2022-02-111-1/+3
* Fix a double free in v2i_NAME_CONSTRAINTS()tb2022-02-111-2/+3
* Make OBJ_obj2nid() work correctly with NID_undef.jsing2022-02-111-3/+3
* Plug a long standing leak in libtls CRL handlingtb2022-02-081-2/+1
* Change second argument of x25519_ge_scalarmult_base() fromtb2022-02-081-2/+2
* Avoid a NULL dereference in BN_mod_exp2_mont()tb2022-02-071-2/+2
* Check for zero modulus in BN_MONT_CTX_set().tb2022-02-071-1/+4
* Remove i <= 0 checks from SSL_get_error()jsing2022-02-061-15/+16
* Handle zero byte reads/writes that trigger handshakes in the TLSv1.3 stack.jsing2022-02-061-1/+5
* remove please from manual pagesjsg2022-02-062-6/+6
* Switch TLSv1.3 cipher names from AEAD- to OpenSSL's TLS_tb2022-02-053-16/+22
* Bye bye S3I.jsing2022-02-0523-772/+755
* Bump libressl's version in pkgconfig to 2.0.0tb2022-02-042-4/+6
* Remove a strange inheritance check from addr_validate_path_internal()tb2022-02-041-4/+1
* Fix capitalization of ChaCha20tb2022-02-041-3/+3
* Fix copy-paste error: X509_V_ERR_CRL_SIGNATURE_FAILURE means that thetb2022-02-031-3/+3
* Cleanup/simplify ssl_cert_type()jsing2022-02-036-34/+24
* Provide our own signature padding defines.jsing2022-02-012-6/+38
* Revise signer callback interface.jsing2022-02-012-83/+128
* Add limits.h for INT_MAX in tls_signer.cinoguchi2022-01-291-1/+3
* Error check for sk_push in libsslinoguchi2022-01-281-4/+7
* Error check for sk_push in libsslinoguchi2022-01-281-2/+5
* Expose tls_signer_error()jsing2022-01-281-0/+1
* sort includes as usualtb2022-01-271-2/+2
* Do not depend on engine.h pulling in err.h and evp.htb2022-01-272-6/+10
* whitespacetb2022-01-261-4/+4
* minor bump after api additiomeric2022-01-251-1/+1
* Introduce a signer interface intented to make TLS privsep simplereric2022-01-257-5/+438
* Rewrite paragraph to refer to EVP_CIPHER_CTX_new() and HMAC_CTX_new()tb2022-01-251-6/+6
* Remove some HMAC_CTX_init() remnants in HMAC(3).tb2022-01-251-31/+5
* Fix another return 0 bug in SSL_shutdown()tb2022-01-251-6/+8
* Avoid an infinite loop in SSL_shutdown()tb2022-01-251-2/+4
* Document X509_V_ERR_UNNESTED_RESOURCE. Previous version looked goodtb2022-01-241-2/+9