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


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.81   5 months  tb   Unhook and remove the now even more useless ssl_algs.c than it was before. ok j...
[TXT] Symbols.list  1.44   4 weeks  tb   Unexport SSL_version_str ok jsing
[TXT] bio_ssl.c  1.40   10 months  tb   Fix two aliases in libcrypto spotted by the new symbols test ok jsing
[TXT] bs_ber.c  1.11   3 years  jsing   Fix formatting of multi-line license comment per style(9).
[TXT] bs_cbb.c  1.28   22 months  tb   Make CBB_finish() fail if *out_data is not NULL Contrary to CBS_stow(), CBB_fin...
[TXT] bs_cbs.c  1.24   2 years  jsing   Provide various CBS_peek_* functions. These will be used in libcrypto. With in...
[TXT] bytestring.h  1.24   18 months  jsing   Sync CBS_strdup() documentation update from libcrypto.
[TXT] d1_both.c  1.84   16 months  jmc   spelling fixes; from paul tagliamonte ok tb
[TXT] d1_lib.c  1.64   17 months  tb   Make internal header file names consistent Libcrypto currently has a mess of *_...
[TXT] d1_pkt.c  1.128   10 months  tb   Simplify allocation checks Instead of attempting to allocate a few times and on...
[TXT] d1_srtp.c  1.33   10 months  beck   Hide all public symbols in libssl With the guentherizer 9000 ok tb@
[TXT] dtls1.h  1.27   3 years  jsing   Move DTLS structs/definitions/prototypes to dtls_locl.h. Now that the DTLS stru...
[TXT] dtls_local.h  1.2   17 months  tb   Make header guards of internal headers consistent Not all of them, only those t...
[TXT] generate_pkgconfig.sh  1.11   2 years  tb   Bump libressl's version in pkgconfig to 2.0.0 LibreSSL's pc files effectively h...
[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.26   17 months  tb   Make internal header file names consistent Libcrypto currently has a mess of *_...
[TXT] s3_lib.c  1.252   9 days  tb   Remove fixed nonce length information from algorithm2 This information has been...
[TXT] shlib_version  1.99   4 weeks  tb   crank libssl major after libcrypto major and symbol removal
[TXT] srtp.h  1.7   2 years  landry   add AES-GCM constants from RFC 7714 for SRTP SRTP_AEAD_AES_128_GCM/SRTP_AEAD_AE...
[TXT] ssl.h  1.236   2 months  tb   Remove SSL_debug The garbage truck is quite full by now. Collect the last symbo...
[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.60   2 months  tb   Garbage collect TLS1_FLAGS_SKIP_CERT_VERIFY And here goes another weird-ass thi...
[TXT] ssl_asn1.c  1.67   10 months  beck   Hide all public symbols in libssl With the guentherizer 9000 ok tb@
[TXT] ssl_both.c  1.47   3 months  beck   Remove GOST and STREEBOG support from libssl. This version of GOST is old and n...
[TXT] ssl_cert.c  1.108   3 months  beck   Remove GOST and STREEBOG support from libssl. This version of GOST is old and n...
[TXT] ssl_ciph.c  1.142   10 days  tb   ssl_ciph.c: unwrap a line
[TXT] ssl_ciphers.c  1.17   17 months  tb   Make internal header file names consistent Libcrypto currently has a mess of *_...
[TXT] ssl_clnt.c  1.165   3 months  tb   Remove last peeking at TLS1_FLAGS_SKIP_CERT_VERIFY This was used for some GOST ...
[TXT] ssl_err.c  1.47   3 months  beck   Remove GOST and STREEBOG support from libssl. This version of GOST is old and n...
[TXT] ssl_init.c  1.6   5 months  tb   Make SSL_library_init() a wrapper of OPENSSL_init_ssl() This way it doesn't do ...
[TXT] ssl_kex.c  1.12   9 months  tb   Also remove ecdh.h use from libssl
[TXT] ssl_lib.c  1.323   4 weeks  tb   Unexport SSL_version_str ok jsing
[TXT] ssl_local.h  1.16   7 hours  jsg   remove prototypes with no matching function feedback and ok tb@
[TXT] ssl_methods.c  1.31   10 months  beck   Hide all public symbols in libssl With the guentherizer 9000 ok tb@
[TXT] ssl_packet.c  1.15   17 months  tb   Make internal header file names consistent Libcrypto currently has a mess of *_...
[TXT] ssl_pkt.c  1.66   10 months  tb   Remove old workaround for F5 F5 is well-known for needing workaround (go read R...
[TXT] ssl_rsa.c  1.51   4 months  tb   Fix two more unchecked EVP_PKEY_assign() calls In SSL{_CTX}_use_RSAPrivateKey()...
[TXT] ssl_seclevel.c  1.28   10 days  tb   Plug a "leak" in ssl_security_group() The way the CBB API is used, CBB_add_u16(...
[TXT] ssl_sess.c  1.125   7 weeks  tb   Unify up_ref implementations in libssl ok jsing
[TXT] ssl_sigalgs.c  1.49   3 months  beck   Remove GOST and STREEBOG support from libssl. This version of GOST is old and n...
[TXT] ssl_sigalgs.h  1.27   3 months  beck   Remove GOST and STREEBOG support from libssl. This version of GOST is old and n...
[TXT] ssl_srvr.c  1.160   3 months  tb   Zap a trailing blank that snuck into ssl3_get_client_hello()
[TXT] ssl_stat.c  1.21   10 months  beck   Hide all public symbols in libssl With the guentherizer 9000 ok tb@
[TXT] ssl_tlsext.c  1.149   4 weeks  tb   Fix key share negotiation in HRR case In the ClientHello retrying the handshake...
[TXT] ssl_tlsext.h  1.34   7 weeks  beck   Add an indicator that an extension has been processed. ok jsing@
[TXT] ssl_transcript.c  1.9   17 months  tb   Make internal header file names consistent Libcrypto currently has a mess of *_...
[TXT] ssl_txt.c  1.37   10 months  beck   Hide all public symbols in libssl With the guentherizer 9000 ok tb@
[TXT] ssl_versions.c  1.27   10 months  beck   Disable TLS 1.0 and TLS 1.1 in libssl Their time has long since past, and they ...
[TXT] t1_enc.c  1.157   17 months  tb   Make internal header file names consistent Libcrypto currently has a mess of *_...
[TXT] t1_lib.c  1.198   6 months  tb   Check for negative EVP_CIPHER_CTX_iv_length() return in libssl ok beck
[TXT] tls1.h  1.59   2 months  tb   Make {SSL3,TLS}_CT_* internal And here goes a bunch of unused macros that just ...
[TXT] tls12_internal.h  1.1   18 months  jsing   Rewrite TLSv1.2 key exporter. Replace the grotty TLSv1.2 key exporter with a cl...
[TXT] tls12_key_schedule.c  1.4   3 months  beck   Remove GOST and STREEBOG support from libssl. This version of GOST is old and n...
[TXT] tls12_lib.c  1.6   17 months  tb   Make internal header file names consistent Libcrypto currently has a mess of *_...
[TXT] tls12_record_layer.c  1.42   3 months  beck   Remove GOST and STREEBOG support from libssl. This version of GOST is old and n...
[TXT] tls13_client.c  1.102   11 months  tb   Convert EVP_Digest{Sign,Verify}* to one-shot for TLSv1.3 Using one-shot EVP_Dig...
[TXT] tls13_error.c  1.1   4 years  jsing   Provide an error framework for use with the TLSv1.3 code. This is based on the ...
[TXT] tls13_handshake.c  1.73   3 months  tb   Rework the exit path of tls13_handshake_recv_action() If an error occurs in act...
[TXT] tls13_handshake.h  1.5   4 years  jsing   Improve TLSv1.3 state machine for HelloRetryRequest handling. The state machine...
[TXT] tls13_handshake_msg.c  1.7   3 months  tb   Of course libssl also has a few missing void From Christian Andersen
[TXT] tls13_internal.h  1.103   3 months  jsing   Make tls13_legacy_return_code() static.
[TXT] tls13_key_schedule.c  1.18   17 months  tb   Make internal header file names consistent Libcrypto currently has a mess of *_...
[TXT] tls13_legacy.c  1.44   3 months  jsing   Restore SSL_shutdown() two step sequence. Change SSL_shutdown() such that it wi...
[TXT] tls13_lib.c  1.77   3 months  jsing   Add message callbacks for alerts in the TLSv1.3 stack. This will make it easier...
[TXT] tls13_quic.c  1.7   17 months  tb   Make internal header file names consistent Libcrypto currently has a mess of *_...
[TXT] tls13_record.c  1.10   21 months  jsing   Add read and write support to tls_buffer. tls_buffer was original created for a...
[TXT] tls13_record.h  1.5   2 years  jsing   Rename tls13_buffer to tls_buffer. This code will soon be used in the DTLSv1.2 ...
[TXT] tls13_record_layer.c  1.73   3 months  jsing   Add message callbacks for alerts in the TLSv1.3 stack. This will make it easier...
[TXT] tls13_server.c  1.106   11 months  tb   Convert EVP_Digest{Sign,Verify}* to one-shot for TLSv1.3 Using one-shot EVP_Dig...
[TXT] tls_buffer.c  1.4   18 months  jsing   Use tls_buffer for alert and handshake fragments in the legacy stack. This avoi...
[TXT] tls_content.c  1.2   18 months  jsing   Convert the legacy TLS stack to tls_content. This converts the legacy TLS stack...
[TXT] tls_content.h  1.2   18 months  jsing   Convert the legacy TLS stack to tls_content. This converts the legacy TLS stack...
[TXT] tls_internal.h  1.10   18 months  jsing   Use tls_buffer for alert and handshake fragments in the legacy stack. This avoi...
[TXT] tls_key_share.c  1.8   17 months  tb   Make internal header file names consistent Libcrypto currently has a mess of *_...
[TXT] tls_lib.c  1.3   17 months  tb   Make internal header file names consistent Libcrypto currently has a mess of *_...
[TXT] Makefile.bsd-wrapper (in the Attic) [Hide]  1.51   21 years  deraadt   we do not need this to be Makefile.bsd-wrapper
[TXT] README.OPENBSD (in the Attic) [Hide]  1.3   23 years  beck   Remove - RSA is there now, don't need to talk about it being stubbed.
[TXT] cert.pem (in the Attic) [Hide]  1.25   10 years  miod   Move build machinery for libcrypto from libssl/crypto to libcrypto, as well as c...
[TXT] d1_clnt.c (in the Attic) [Hide]  1.84   3 years  jsing   Merge d1_{clnt,srvr}.c into ssl_{clnt,srvr}.c The d1_{clnt,srvr}.c contain a si...
[TXT] d1_enc.c (in the Attic) [Hide]  1.16   4 years  jsing   Remove dtls1_enc(). Like much of the original DTLS code, dtls1_enc() is effecti...
[TXT] d1_meth.c (in the Attic) [Hide]  1.18   5 years  jsing   Consolidate all of the SSL method structs/functions into a single file. Discuss...
[TXT] d1_srvr.c (in the Attic) [Hide]  1.96   3 years  jsing   Merge d1_{clnt,srvr}.c into ssl_{clnt,srvr}.c The d1_{clnt,srvr}.c contain a si...
[TXT] dtls_locl.h (in the Attic) [Hide]  1.12   17 months  tb   Make internal header file names consistent Libcrypto currently has a mess of *_...
[TXT] openssl.cnf (in the Attic) [Hide]  1.2   10 years  miod   Move build machinery for libcrypto from libssl/crypto to libcrypto, as well as c...
[TXT] s23_clnt.c (in the Attic) [Hide]  1.58   7 years  jsing   Merge the client/server version negotiation into the existing (currently fixed v...
[TXT] s23_lib.c (in the Attic) [Hide]  1.20   7 years  jsing   Merge the client/server version negotiation into the existing (currently fixed v...
[TXT] s23_pkt.c (in the Attic) [Hide]  1.11   7 years  jsing   Merge the client/server version negotiation into the existing (currently fixed v...
[TXT] s23_srvr.c (in the Attic) [Hide]  1.58   7 years  jsing   Merge the client/server version negotiation into the existing (currently fixed v...
[TXT] s3_both.c (in the Attic) [Hide]  1.58   7 years  jsing   Rename s3_{both,clnt,pkt_srvr}.c to have an ssl_ prefix since they are no longer...
[TXT] s3_clnt.c (in the Attic) [Hide]  1.176   7 years  jsing   Rename s3_{both,clnt,pkt_srvr}.c to have an ssl_ prefix since they are no longer...
[TXT] s3_pkt.c (in the Attic) [Hide]  1.71   7 years  jsing   Rename s3_{both,clnt,pkt_srvr}.c to have an ssl_ prefix since they are no longer...
[TXT] s3_srvr.c (in the Attic) [Hide]  1.155   7 years  jsing   Rename s3_{both,clnt,pkt_srvr}.c to have an ssl_ prefix since they are no longer...
[TXT] ssl.8 (in the Attic) [Hide]  1.2   25 years  deraadt   do not break things
[TXT] ssl_algs.c (in the Attic) [Hide]  1.34   5 months  tb   Unhook and remove the now even more useless ssl_algs.c than it was before. ok j...
[TXT] ssl_err2.c (in the Attic) [Hide]  1.8   7 years  jsing   Merge the single two line function from ssl_err2.c into ssl_err.c. ok beck@
[TXT] ssl_locl.h (in the Attic) [Hide]  1.433   17 months  tb   Make internal header file names consistent Libcrypto currently has a mess of *_...
[TXT] ssleay.cnf (in the Attic) [Hide]  1.2   10 years  miod   Move build machinery for libcrypto from libssl/crypto to libcrypto, as well as c...
[TXT] t1_clnt.c (in the Attic) [Hide]  1.27   5 years  jsing   Consolidate all of the SSL method structs/functions into a single file. Discuss...
[TXT] t1_hash.c (in the Attic) [Hide]  1.7   5 years  jsing   Rename the file that contains the transcript handling code. ok inoguchi@ tb@
[TXT] t1_meth.c (in the Attic) [Hide]  1.26   5 years  jsing   Consolidate all of the SSL method structs/functions into a single file. Discuss...
[TXT] t1_reneg.c (in the Attic) [Hide]  1.16   6 years  jsing   Rewrite the TLS Renegotiation Indication extension handling using CBB/CBS and th...
[TXT] t1_srvr.c (in the Attic) [Hide]  1.28   5 years  jsing   Consolidate all of the SSL method structs/functions into a single file. Discuss...
[TXT] tls13_buffer.c (in the Attic) [Hide]  1.6   2 years  jsing   Rename tls13_buffer to tls_buffer. This code will soon be used in the DTLSv1.2 ...
[TXT] tls13_key_share.c (in the Attic) [Hide]  1.8   2 years  jsing   Rename tls13_key_share to tls_key_share. In preparation to use the key share co...
[TXT] tls13_tlsext.c (in the Attic) [Hide]  1.4   5 years  beck   Remove this copy, we have decided we can do this in place ok jsing@
[TXT] tls13_tlsext.h (in the Attic) [Hide]  1.3   5 years  beck   Remove this copy, we have decided we can do this in place ok jsing@
[TXT] x509v3.cnf (in the Attic) [Hide]  1.5   10 years  miod   Move build machinery for libcrypto from libssl/crypto to libcrypto, as well as c...