index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libssl
Age
Commit message (
Expand
)
Author
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2022-03-29
man pages: add missing word, The foo() ... -> The foo() function ...
Christian Weisgerber
2022-03-29
man pages: add missing commas in enumerations
Christian Weisgerber
2022-03-26
Clean up {dtls1,ssl3}_read_bytes()
Joel Sing
2022-03-26
Remove the minimum record length checks from dtls1_read_bytes()
Joel Sing
2022-03-19
Remove three useless tests files
Theo Buehler
2022-03-18
Simplify SSL_do_handshake().
Joel Sing
2022-03-18
Rewrite legacy DTLS unexpected handshake message handling.
Joel Sing
2022-03-17
Rewrite legacy TLS unexpected handshake message handling.
Joel Sing
2022-03-17
Clean up and simplify ssl3_renegotiate{,_check}()
Joel Sing
2022-03-17
Remove const from tls1_transcript_hash_value()
Joel Sing
2022-03-14
Factor out unexpected handshake message handling code in the legacy stack.
Joel Sing
2022-03-12
Factor out change cipher spec handing code in the legacy stack.
Joel Sing
2022-03-05
Fix typo in comment
Bjorn Ketelaars
2022-02-21
Factor out alert handing code in the legacy stack.
Joel Sing
2022-02-18
Avoid gendered language in man pages when not referring to a specific
Jonathan Gray
2022-02-06
Remove i <= 0 checks from SSL_get_error()
Joel Sing
2022-02-06
Handle zero byte reads/writes that trigger handshakes in the TLSv1.3 stack.
Joel Sing
2022-02-06
remove please from manual pages
Jonathan Gray
2022-02-05
Switch TLSv1.3 cipher names from AEAD- to OpenSSL's TLS_
Theo Buehler
2022-02-05
Bye bye S3I.
Joel Sing
2022-02-04
Bump libressl's version in pkgconfig to 2.0.0
Theo Buehler
2022-02-03
Cleanup/simplify ssl_cert_type()
Joel Sing
2022-01-28
Error check for sk_push in libssl
Kinichiro Inoguchi
2022-01-28
Error check for sk_push in libssl
Kinichiro Inoguchi
2022-01-26
whitespace
Theo Buehler
2022-01-25
Rewrite paragraph to refer to EVP_CIPHER_CTX_new() and HMAC_CTX_new()
Theo Buehler
2022-01-25
Fix another return 0 bug in SSL_shutdown()
Theo Buehler
2022-01-25
Avoid an infinite loop in SSL_shutdown()
Theo Buehler
2022-01-24
Garbage collect unused ret in ssl3_get_new_session_ticket()
Theo Buehler
2022-01-24
In ssl3_get_server_key_exchange() switch a 'goto err' to
Theo Buehler
2022-01-24
Avoid use of uninitialized in tlsext_sni_server_parse()
Theo Buehler
2022-01-24
Garbage collect the unused rv in tls1_check_ec_server_key() and
Theo Buehler
2022-01-20
Remove the remaining three parens in return statements.
Theo Buehler
2022-01-20
Use correct spelling of NULL.
Theo Buehler
2022-01-15
spelling
Jonathan Gray
2022-01-14
bump libcrypto, libssl, libtls majors after struct visibility changes
Theo Buehler
2022-01-14
Use the correct type for ssl_callback_ctrl()
Theo Buehler
2022-01-14
Convert the new record layers to opaque EVP_AEAD_CTX
Theo Buehler
2022-01-14
Convert ssl_kex.c to opaque DH
Theo Buehler
2022-01-14
Use BIO_next/BIO_set_next in ssl_lib.c
Theo Buehler
2022-01-14
bio_ssl.c needs to peek into bio_local.h
Theo Buehler
2022-01-14
Garbage collect last use of EVP_ecdsa()
Theo Buehler
2022-01-11
Remove peer_pkeys from SSL_SESSION.
Joel Sing
2022-01-11
Simplify SSL_get_peer_certificate()
Joel Sing
2022-01-11
Rename 'peer' to 'peer_cert' in SSL_SESSION.
Joel Sing
2022-01-11
Plumb decode errors through key share parsing code.
Joel Sing
2022-01-11
Use SSL_AD_INTERNAL_ERROR for non-decoding alerts when parsing keyshares.
Joel Sing
2022-01-11
Simplify tlsext_keyshare_server_parse()
Joel Sing
2022-01-09
ssl_check_srvr_ecc_cert_and_alg() only returns 0/1 - test accordingly.
Joel Sing
[next]