summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/asn1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revise regress to match cipher suite values change.jsing2024-07-221-9/+9
* Make internal header file names consistenttb2022-11-261-2/+2
* Fix format strings: change %i, %li, %lli to %d, %ld, %lld and switch totb2022-06-071-18/+18
* Revise for peer_cert.jsing2022-01-111-6/+6
* Revise regress for tlsext_tick_lifetime_hint changing type.jsing2021-10-231-2/+2
* Pull in ssl_locl.h to allow for move of struct ssl_session_st.jsing2021-06-302-2/+5
* Plug a few memory leaks reported by Ilya Shipitsintb2021-03-221-9/+7
* Extend regress to include a peer certificate in the session.jsing2016-12-261-58/+134
* Ensure that after an i2d_SSL_SESSION() call, the passed pointer now pointsjsing2016-12-261-8/+9
* Ensure negative time/timeout are handled appropriately.jsing2016-12-211-1/+27
* remove duplicate initialization of .sid_ctx in testbcook2014-12-071-3/+1
* Fix tlsext_tick_lifetime_hint value in test #2 to make sure themiod2014-07-161-29/+29
* Add a regress test for the ASN1 handling of SSL session tickets.jsing2014-07-132-0/+387