tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libssl
/
at
trash-bin2
3 folders
75 files
doc
after getting rid of the pod files, clean up the Makefiles; ok bcook@
9 years ago
man
man pages: add missing commas between subordinate and main clauses
4 years ago
test
Remove three useless tests files
4 years ago
LICENSE
Remove the commentary about the majority of this code being under 'BSD-style Open Source licenses'.
11 years ago
Makefile
bio_ssl.c needs to peek into bio_local.h
4 years ago
Symbols.list
Update Symbols.list to include API additions
4 years ago
bio_ssl.c
Use the correct type for ssl_callback_ctrl()
4 years ago
bs_ber.c
Fix formatting of multi-line license comment per style(9).
4 years ago
bs_cbb.c
Provide CBB_add_u64()
4 years ago
bs_cbs.c
Provide various CBS_peek_* functions.
4 years ago
bytestring.h
Provide CBB_add_u64()
4 years ago
d1_both.c
Bye bye S3I.
4 years ago
d1_lib.c
Fold DTLS1_STATE_INTERNAL into DTLS1_STATE.
4 years ago
d1_pkt.c
Clean up {dtls1,ssl3}_read_bytes()
4 years ago
d1_srtp.c
Error check for sk_push in libssl
4 years ago
dtls1.h
Move DTLS structs/definitions/prototypes to dtls_locl.h.
4 years ago
dtls_locl.h
Remove unused fields from struct dtls1_retransmit_state.
4 years ago
generate_pkgconfig.sh
Bump libressl's version in pkgconfig to 2.0.0
4 years ago
pqueue.c
tags as requested by miod and tedu
12 years ago
pqueue.h
Add an explict list of exported symbols with just the functions declared in the public headers, and use __{BEGIN,END}_HIDDEN_DECLS in the internal headers to optimize internal functions
9 years ago
s3_cbc.c
Convert s3_cbc.c to opaque EVP_MD_CTX.
4 years ago
s3_lib.c
Clean up and simplify ssl3_renegotiate{,_check}()
4 years ago
shlib_version
bump libcrypto, libssl, libtls majors after struct visibility changes and Symbol addition and removal in libcrypto.
4 years ago
srtp.h
add AES-GCM constants from RFC 7714 for SRTP
4 years ago
ssl.h
Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is no longer needed.
4 years ago
ssl2.h
Remove trailing whitespace.
11 years ago
ssl23.h
Remove trailing whitespace.
11 years ago
ssl3.h
Remove SSL3_RECORD and SSL3_BUFFER
4 years ago
ssl_algs.c
Garbage collect last use of EVP_ecdsa()
4 years ago
ssl_asn1.c
Rename 'peer' to 'peer_cert' in SSL_SESSION.
4 years ago
ssl_both.c
Bye bye S3I.
4 years ago
ssl_cert.c
Bye bye S3I.
4 years ago
ssl_ciph.c
Fix typo in comment
4 years ago
ssl_ciphers.c
Switch TLSv1.3 cipher names from AEAD- to OpenSSL's TLS_
4 years ago
ssl_clnt.c
Bye bye S3I.
4 years ago
ssl_err.c
Bye bye S3I.
4 years ago
ssl_init.c
Add missing $OpenBSD$.
8 years ago
ssl_kex.c
Convert ssl_kex.c to opaque DH
4 years ago
ssl_lib.c
Simplify SSL_do_handshake().
4 years ago
ssl_locl.h
Remove const from tls1_transcript_hash_value()
4 years ago
ssl_methods.c
Dedup dtls1_dispatch_alert()/ssl3_dispatch_alert().
4 years ago
ssl_packet.c
Bye bye S3I.
4 years ago
ssl_pkt.c
Clean up {dtls1,ssl3}_read_bytes()
4 years ago
ssl_rsa.c
Cleanup/simplify ssl_cert_type()
4 years ago
ssl_sess.c
Remove peer_pkeys from SSL_SESSION.
4 years ago
ssl_sigalgs.c
Bye bye S3I.
4 years ago
ssl_sigalgs.h
Make various sigalg functions static now that they're only used internally.
4 years ago
ssl_srvr.c
Bye bye S3I.
4 years ago
ssl_stat.c
Bye bye S3I.
4 years ago
ssl_tlsext.c
Bye bye S3I.
4 years ago
ssl_tlsext.h
Improve SNI hostname validation.
4 years ago
ssl_transcript.c
Remove const from tls1_transcript_hash_value()
4 years ago
ssl_txt.c
Stop using BIO_s_file_inernal() in libssl.
4 years ago
ssl_versions.c
Bye bye S3I.
4 years ago
t1_enc.c
Bye bye S3I.
4 years ago
t1_lib.c
Garbage collect the unused rv in tls1_check_ec_server_key() and convert to usual form of error checking.
4 years ago
tls1.h
Switch TLSv1.3 cipher names from AEAD- to OpenSSL's TLS_
4 years ago
tls12_key_schedule.c
Rewrite TLSv1.2 key block handling.
5 years ago
tls12_lib.c
Bye bye S3I.
4 years ago
tls12_record_layer.c
Convert the new record layers to opaque EVP_AEAD_CTX
4 years ago
tls13_client.c
Cleanup/simplify ssl_cert_type()
4 years ago
tls13_error.c
Provide an error framework for use with the TLSv1.3 code.
6 years ago
tls13_handshake.c
Drop unused KeyUpdate from debug printf
4 years ago
tls13_handshake.h
Improve TLSv1.3 state machine for HelloRetryRequest handling.
6 years ago
tls13_handshake_msg.c
Rename tls13_buffer to tls_buffer.
4 years ago
tls13_internal.h
Rename tls13_key_share to tls_key_share.
4 years ago
tls13_key_schedule.c
Avoid local variable in tls13_secret_init().
5 years ago
tls13_legacy.c
Handle zero byte reads/writes that trigger handshakes in the TLSv1.3 stack.
4 years ago
tls13_lib.c
Bye bye S3I.
4 years ago
tls13_record.c
Rename tls13_buffer to tls_buffer.
4 years ago
tls13_record.h
Rename tls13_buffer to tls_buffer.
4 years ago
tls13_record_layer.c
Convert the new record layers to opaque EVP_AEAD_CTX
4 years ago
tls13_server.c
Cleanup/simplify ssl_cert_type()
4 years ago
tls_buffer.c
Rename tls13_buffer to tls_buffer.
4 years ago
tls_content.c
Factor out the TLSv1.3 code that handles content from TLS records.
4 years ago
tls_content.h
Factor out the TLSv1.3 code that handles content from TLS records.
4 years ago
tls_internal.h
Plumb decode errors through key share parsing code.
4 years ago
tls_key_share.c
Plumb decode errors through key share parsing code.
4 years ago