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
/
regress
/
lib
/
libssl
/
asn1
Age
Commit message (
Expand
)
Author
2024-07-22
Revise regress to match cipher suite values change.
Joel Sing
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-06-07
Fix format strings: change %i, %li, %lli to %d, %ld, %lld and switch to
Theo Buehler
2022-01-11
Revise for peer_cert.
Joel Sing
2021-10-23
Revise regress for tlsext_tick_lifetime_hint changing type.
Joel Sing
2021-06-30
Pull in ssl_locl.h to allow for move of struct ssl_session_st.
Joel Sing
2021-03-22
Plug a few memory leaks reported by Ilya Shipitsin
Theo Buehler
2016-12-26
Extend regress to include a peer certificate in the session.
Joel Sing
2016-12-26
Ensure that after an i2d_SSL_SESSION() call, the passed pointer now points
Joel Sing
2016-12-21
Ensure negative time/timeout are handled appropriately.
Joel Sing
2014-12-07
remove duplicate initialization of .sid_ctx in test
Brent Cook
2014-07-16
Fix tlsext_tick_lifetime_hint value in test #2 to make sure the
Miod Vallat
2014-07-13
Add a regress test for the ASN1 handling of SSL session tickets.
Joel Sing