OpenBSD CVS

src/lib/libssl/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / lib / libssl

Current tag: OPENBSD_6_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] crypto/        
[DIR] crypto-patent/        
[DIR] doc/        
[DIR] hidden/        
[DIR] man/        
[DIR] src/        
[DIR] ssl/        
[DIR] ssl-patent/        
[DIR] ssleay/        
[DIR] test/        
[TXT] LICENSE  1.12   9 years  deraadt   Remove the commentary about the majority of this code being under 'BSD-style Ope...
[TXT] Makefile  1.39   6 years  beck   Bring in compatibility for OpenSSL 1.1 style init functions. This adds OPENSSL_...
[TXT] Symbols.list  1.22   6 years  tb   Provide SSL_SESSION_set1_id() ok jsing
[TXT] bio_ssl.c  1.27   7 years  beck   Change SSLerror() back to taking two args, with the first one being an SSL *. Ma...
[TXT] bs_ber.c  1.9   7 years  jsing   Avoid signed vs unsigned warnings from clang by adding two casts, slightly rewri...
[TXT] bs_cbb.c  1.18   6 years  jsing   Add CBB_discard_child(), which allows for a child CBB to be discarded. Based on...
[TXT] bs_cbs.c  1.17   8 years  jsing   Stop using BUF_memdup() within the LibreSSL code base - it is correctly spelt ma...
[TXT] bytestring.h  1.16   6 years  jsing   Add CBB_discard_child(), which allows for a child CBB to be discarded. Based on...
[TXT] d1_both.c  1.52   6 years  jsing   Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS, which...
[TXT] d1_lib.c  1.42   7 years  jsing   Use freezero() for the internal opaque structures, instead of the current explic...
[TXT] d1_pkt.c  1.63   7 years  beck   Move state from ssl->internal to the handshake structure. while we are at it, co...
[TXT] d1_srtp.c  1.22   6 years  doug   Rewrite SRTP extension using CBB/CBS and the new extension framework. input + o...
[TXT] dtls1.h  1.21   7 years  beck   Move most of DTLS1_STATE to internal. ok jsing@
[TXT] generate_pkgconfig.sh  1.9   7 years  beck   Make tree build again
[TXT] pqueue.c  1.5   9 years  deraadt   tags as requested by miod and tedu
[TXT] pqueue.h  1.4   7 years  guenther   Add an explict list of exported symbols with just the functions declared in the ...
[TXT] s3_cbc.c  1.16   7 years  beck   move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant and other perve...
[TXT] s3_lib.c  1.165   6 years  jca   Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_version We alre...
[TXT] shlib_version  1.75   6 years  tb   bump minors after symbol addition
[TXT] srtp.h  1.6   8 years  jsing   Remove duplicate prototype for SSL_get_selected_srtp_profile(). From Aaron Burg...
[TXT] ssl.h  1.154   6 years  tb   Provide SSL_SESSION_set1_id() ok jsing
[TXT] ssl2.h  1.12   9 years  jsing   Remove trailing whitespace.
[TXT] ssl23.h  1.4   9 years  jsing   Remove trailing whitespace.
[TXT] ssl3.h  1.46   6 years  jsing   Completely remove NPN remnants. Based on a diff from doug@, similar diff from i...
[TXT] ssl_asn1.c  1.56   6 years  jsing   In i2d_SSL_SESSION(), on error call CBB_cleanup() with the correct CBB. Spotted...
[TXT] ssl_both.c  1.11   6 years  jsing   Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS, which...
[TXT] ssl_cert.c  1.66   6 years  jsing   Remove support for DSS/DSA, since we removed the cipher suites a while back. ok...
[TXT] ssl_ciph.c  1.98   6 years  jsing   Provide SSL_CIPHER_get_auth_nid(), SSL_CIPHER_get_cipher_nid(), SSL_CIPHER_get_d...
[TXT] ssl_clnt.c  1.23   6 years  jsing   Complete the TLS extension rewrite on the client-side. The RI logic gets pulled...
[TXT] ssl_err.c  1.36   6 years  tb   Provide SSL_SESSION_set1_id() ok jsing
[TXT] ssl_init.c  1.1   6 years  beck   Bring in compatibility for OpenSSL 1.1 style init functions. This adds OPENSSL_...
[TXT] ssl_lib.c  1.182   6 years  beck   Bring in compatibility for OpenSSL 1.1 style init functions. This adds OPENSSL_...
[TXT] ssl_packet.c  1.6   7 years  jsing   Add missing $OpenBSD$ tags.
[TXT] ssl_pkt.c  1.12   7 years  beck   Move state from ssl->internal to the handshake structure. while we are at it, co...
[TXT] ssl_rsa.c  1.28   7 years  beck   Change SSLerror() back to taking two args, with the first one being an SSL *. Ma...
[TXT] ssl_sess.c  1.79   6 years  tb   Provide SSL_SESSION_set1_id() ok jsing
[TXT] ssl_srvr.c  1.28   6 years  inoguchi   Initialize variables to avoid compiler warnings ok jsing@
[TXT] ssl_stat.c  1.14   7 years  beck   Move state from ssl->internal to the handshake structure. while we are at it, co...
[TXT] ssl_tlsext.c  1.21   6 years  jsing   Complete the TLS extension rewrite on the client-side. The RI logic gets pulled...
[TXT] ssl_tlsext.h  1.12   6 years  jsing   Complete the TLS extension rewrite on the client-side. The RI logic gets pulled...
[TXT] ssl_txt.c  1.28   7 years  beck   Change SSLerror() back to taking two args, with the first one being an SSL *. Ma...
[TXT] ssl_versions.c  1.3   7 years  jsing   Provide SSL{,_CTX}_set_{min,max}_proto_version() functions. Rides minor bump. ...
[TXT] t1_enc.c  1.109   7 years  beck   Bring in an SSL_HANDSHAKE structure and commence the great shovelling ok jsing@,...
[TXT] t1_lib.c  1.141   6 years  jsing   Complete the TLS extension rewrite on the client-side. The RI logic gets pulled...
[TXT] tls1.h  1.32   6 years  jsing   Provide SSL_CTX_get_tlsext_status_cb() and SSL_CTX_get_tlsext_status_arg().
[TXT] d1_clnt.c (in the Attic) [Hide]  1.79   6 years  jsing   Merge dtls1_connect() into ssl3_connect(), removing a large amount of duplicated...
[TXT] d1_enc.c (in the Attic) [Hide]  1.14   7 years  beck   move back read_hash and enc_read_ctx into ssl_st. wpa_supplicant and other perve...
[TXT] d1_meth.c (in the Attic) [Hide]  1.15   6 years  jsing   Fold dtls1_accept() into ssl_accept(), removing a lot of duplicated code. With ...
[TXT] d1_srvr.c (in the Attic) [Hide]  1.91   6 years  jsing   Fold dtls1_accept() into ssl_accept(), removing a lot of duplicated code. With ...
[TXT] ssl_algs.c (in the Attic) [Hide]  1.27   6 years  jsing   Remove support for DSS/DSA, since we removed the cipher suites a while back. ok...
[TXT] ssl_locl.h (in the Attic) [Hide]  1.202   6 years  jsing   Complete the TLS extension handling rewrite for the server-side. This removes s...
[TXT] t1_clnt.c (in the Attic) [Hide]  1.24   7 years  jsing   Merge the client/server version negotiation into the existing (currently fixed v...
[TXT] t1_hash.c (in the Attic) [Hide]  1.2   7 years  jsing   Add missing $OpenBSD$ tags.
[TXT] t1_meth.c (in the Attic) [Hide]  1.23   7 years  jsing   Merge the client/server version negotiation into the existing (currently fixed v...
[TXT] t1_srvr.c (in the Attic) [Hide]  1.25   7 years  jsing   Merge the client/server version negotiation into the existing (currently fixed v...