1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/lib/libssl
2017-01-23 14:35:42 +00:00
..
doc move manual pages from doc/ to man/ for consistency with other 2016-11-05 15:32:19 +00:00
man fix typo; from OpenSSL 2016-12-29 14:03:55 +00:00
test tags as requested by miod and tedu 2014-06-12 15:49:27 +00:00
bio_ssl.c Split most of SSL_METHOD out into an internal variant, which is opaque. 2017-01-23 13:36:12 +00:00
bs_ber.c Avoid signed vs unsigned warnings from clang by adding two casts, 2016-12-03 12:34:35 +00:00
bs_cbb.c Make it always safe to call CBB_cleanup() providing that CBB_init() or 2015-09-01 13:35:39 +00:00
bs_cbs.c Stop using BUF_memdup() within the LibreSSL code base - it is correctly 2015-06-24 09:44:18 +00:00
bytestring.h Add an explict list of exported symbols with just the functions 2016-11-04 18:28:57 +00:00
d1_both.c Split most of SSL_METHOD out into an internal variant, which is opaque. 2017-01-23 13:36:12 +00:00
d1_clnt.c Split most of SSL_METHOD out into an internal variant, which is opaque. 2017-01-23 13:36:12 +00:00
d1_enc.c move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant and 2017-01-23 08:08:06 +00:00
d1_lib.c Split most of SSL_METHOD out into an internal variant, which is opaque. 2017-01-23 13:36:12 +00:00
d1_meth.c Split most of SSL_METHOD out into an internal variant, which is opaque. 2017-01-23 13:36:12 +00:00
d1_pkt.c Move options and mode from SSL_CTX and SSL to internal, since these can be 2017-01-23 14:35:42 +00:00
d1_srtp.c Move a large part of ssl_st into internal, so we can see what squeals. 2017-01-23 06:45:30 +00:00
d1_srvr.c Split most of SSL_METHOD out into an internal variant, which is opaque. 2017-01-23 13:36:12 +00:00
dtls1.h Move most of DTLS1_STATE to internal. 2017-01-22 07:16:38 +00:00
generate_pkgconfig.sh Make tree build again 2016-09-03 12:42:42 +00:00
LICENSE Remove the commentary about the majority of this code being under 2014-07-11 09:48:48 +00:00
Makefile move manual pages from doc/ to man/ for consistency with other 2016-11-05 15:32:19 +00:00
pqueue.c tags as requested by miod and tedu 2014-06-12 15:49:27 +00:00
pqueue.h Add an explict list of exported symbols with just the functions 2016-11-04 18:28:57 +00:00
s3_both.c Move options and mode from SSL_CTX and SSL to internal, since these can be 2017-01-23 14:35:42 +00:00
s3_cbc.c move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant and 2017-01-23 08:08:06 +00:00
s3_clnt.c Split most of SSL_METHOD out into an internal variant, which is opaque. 2017-01-23 13:36:12 +00:00
s3_lib.c Move options and mode from SSL_CTX and SSL to internal, since these can be 2017-01-23 14:35:42 +00:00
s3_pkt.c Move options and mode from SSL_CTX and SSL to internal, since these can be 2017-01-23 14:35:42 +00:00
s3_srvr.c Move options and mode from SSL_CTX and SSL to internal, since these can be 2017-01-23 14:35:42 +00:00
s23_clnt.c Move options and mode from SSL_CTX and SSL to internal, since these can be 2017-01-23 14:35:42 +00:00
s23_lib.c move the callbacks from ssl_st to internal 2017-01-23 04:55:26 +00:00
s23_pkt.c Move a large part of ssl_st into internal, so we can see what squeals. 2017-01-23 06:45:30 +00:00
s23_srvr.c Move options and mode from SSL_CTX and SSL to internal, since these can be 2017-01-23 14:35:42 +00:00
shlib_version Bump majors for libssl and libtls following the translucent struct change. 2017-01-22 03:53:11 +00:00
srtp.h Remove duplicate prototype for SSL_get_selected_srtp_profile(). 2015-09-01 15:18:23 +00:00
ssl2.h Remove trailing whitespace. 2014-12-14 15:30:50 +00:00
ssl3.h Move most of the SSL3_STATE fields to internal - the ones that remain are 2017-01-22 09:02:07 +00:00
ssl23.h Remove trailing whitespace. 2014-12-14 15:30:50 +00:00
ssl_algs.c Remove the single IDEA cipher suite. There is no good reason to support 2016-11-06 12:08:32 +00:00
ssl_asn1.c Restore previous ASN.1 encoding for the peer certificate - this was 2016-12-26 15:34:01 +00:00
ssl_cert.c Move a large part of ssl_st into internal, so we can see what squeals. 2017-01-23 06:45:30 +00:00
ssl_ciph.c Remove the single IDEA cipher suite. There is no good reason to support 2016-11-06 12:08:32 +00:00
ssl_err2.c Remove trailing whitespace. 2014-12-14 15:30:50 +00:00
ssl_err.c Reluctantly add server-side support for TLS_FALLBACK_SCSV. 2015-02-22 15:54:27 +00:00
ssl_lib.c Move options and mode from SSL_CTX and SSL to internal, since these can be 2017-01-23 14:35:42 +00:00
ssl_locl.h Move options and mode from SSL_CTX and SSL to internal, since these can be 2017-01-23 14:35:42 +00:00
ssl_rsa.c Move most of the fields in SSL_CTX to internal - the ones that remain are 2017-01-23 05:13:02 +00:00
ssl_sess.c Split most of SSL_METHOD out into an internal variant, which is opaque. 2017-01-23 13:36:12 +00:00
ssl_stat.c send state and rstate from ssl_st into internal. There are accessors 2017-01-23 08:48:44 +00:00
ssl_txt.c Remove trailing whitespace. 2014-12-14 15:30:50 +00:00
ssl.h Move options and mode from SSL_CTX and SSL to internal, since these can be 2017-01-23 14:35:42 +00:00
Symbols.list Add an explict list of exported symbols with just the functions 2016-11-04 18:28:57 +00:00
t1_clnt.c Split most of SSL_METHOD out into an internal variant, which is opaque. 2017-01-23 13:36:12 +00:00
t1_enc.c Move options and mode from SSL_CTX and SSL to internal, since these can be 2017-01-23 14:35:42 +00:00
t1_lib.c Move options and mode from SSL_CTX and SSL to internal, since these can be 2017-01-23 14:35:42 +00:00
t1_meth.c Split most of SSL_METHOD out into an internal variant, which is opaque. 2017-01-23 13:36:12 +00:00
t1_reneg.c Move most of the SSL3_STATE fields to internal - the ones that remain are 2017-01-22 09:02:07 +00:00
t1_srvr.c Split most of SSL_METHOD out into an internal variant, which is opaque. 2017-01-23 13:36:12 +00:00
tls1.h Implement the IETF ChaCha20-Poly1305 cipher suites. 2016-04-28 16:39:45 +00:00