summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)Author
2020-09-13Fix safestack issues in ocsp.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-13Fix safestack issues in ssl.hMatt Caswell
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-08-24Fix coverity CID #1465795 - Incorrect free deallocator used in SSL_add1_host()Shane Lontis
2020-08-13Avoid segfault in SSL_export_keying_material if there is no sessionTomas Mraz
2020-08-12Mark SSL_CTX_set_ssl_version() as deprecated in 3.0Benjamin Kaduk
2020-08-07rand_drbg: remove RAND_DRBG.Pauli
2020-08-03Disallow setting more than one IP address with SSL_add1_host()David Woodhouse
2020-08-03Make SSL_set1_host() and SSL_add1_host() take IP addressesDavid Woodhouse
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-16deprecate engines in SSLPauli
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short
2020-07-06Move MAC removal responsibility to the various protocol "enc" functionsMatt Caswell
2020-07-05SSL: fix misuse of ERR_LIB_SYSRichard Levitte
2020-07-01Free pre_proc_exts in SSL_free()MiƂosz Kaniewski
2020-06-23Don't attempt to duplicate the BIO state in SSL_dupMatt Caswell
2020-06-23Ensure that SSL_dup copies the min/max protocol versionMatt Caswell
2020-06-19Update the various SSL group getting and setting functionsMatt Caswell
2020-06-19Modify libssl to discover supported groups based on available providersMatt Caswell
2020-06-08TLSv1.3: additional checks in SSL_set_record_padding_callbackVadim Fedorenko
2020-06-05Check that Signature Algorithms are available before using themMatt Caswell
2020-06-01undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locationsTim Hudson
2020-05-19New Russian TLS 1.2 implementationDmitry Belyavskiy
2020-05-05Fix up whitespace nits introduced by PR #11416Benjamin Kaduk
2020-05-01Add SSL_new_session_ticket() APIBenjamin Kaduk
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-09Ensure libssl uses the new library context aware CT codeMatt Caswell
2020-03-27Ignore some fetch failuresMatt Caswell
2020-02-14Fix coverity issuesShane Lontis
2020-02-13Fix a mem leak in libsslMatt Caswell
2020-02-07Fix no-engineMatt Caswell
2020-02-06Explicitly fetch ciphers and digests in libsslMatt Caswell
2020-01-30Fix SSL_get_servername() and SNI behaviourMatt Caswell
2020-01-24Make sure we use RAND_bytes_ex and RAND_priv_bytes_ex in libsslMatt Caswell
2020-01-22Introduce SSL_CTX_new_with_libex()Matt Caswell
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-11-03X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URIRichard Levitte
2019-10-31Simplify NO_KTLS path in SSL_sendfile.John Baldwin
2019-10-21Fix leak with no-ec configraja-ashok
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2019-07-16Fix SSL_CTX_set_session_id_context() docsTodd Short
2019-06-26Move 'shared_sigalgs' from cert_st to ssl_stBenjamin Kaduk
2019-06-18Following the previous 2 commits also move ecpointformats out of sessionMatt Caswell
2019-06-18Fix a race condition in ciphers handlingMatt Caswell