index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libtls
/
tls_ocsp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add error code support to libtls
joshua
2024-03-26
1
-18
/
+26
*
Convert libressl to use the BoringSSL style time conversions
beck
2024-03-24
1
-2
/
+3
*
Remove last caller of ASN1_time_parse(3) in libtls
tb
2023-11-13
1
-3
/
+4
*
add missing #include <string.h>; ok tb@
op
2023-05-14
1
-1
/
+3
*
Simplify some code by using X509_STORE_CTX_get_obj_by_subject()
tb
2021-10-31
1
-8
/
+8
*
libtls: Don't reach into X509_STORE_CTX.
tb
2021-10-21
1
-12
/
+20
*
OCSP_basic_verify() doesn't set errno, so use tls_set_errorx()
tb
2021-03-23
1
-2
/
+2
*
Add missing RCS tag.
tb
2019-12-03
1
-0
/
+1
*
Do not bother NULLing pointers in memory that is freed immediately after.
jsing
2018-02-05
1
-3
/
+1
*
Be consistent with the goto label names used in libtls code.
jsing
2018-02-05
1
-18
/
+19
*
Keep track of which keypair is in use by a TLS context.
jsing
2017-09-20
1
-11
/
+11
*
Slightly restructure tls_ocsp_verify_cb() to make it more like libtls code.
jsing
2017-09-20
1
-6
/
+7
*
Provide a useful error if there are no OCSP URLs in the peer certificate.
jsing
2017-09-20
1
-1
/
+4
*
Fix indentation.
jsing
2017-09-20
1
-1
/
+1
*
Plug a memory leak. The main_cert needs to be X509_free()ed since
claudio
2017-05-16
1
-0
/
+2
*
Move the ocsp staple to being part of the keypair structure internally,
beck
2017-01-29
1
-6
/
+8
*
More s/OSCP/OCSP/ typos
tom
2017-01-27
1
-1
/
+1
*
Add support for server side OCSP stapling to libtls.
beck
2016-11-05
1
-2
/
+32
*
rename ocsp_ctx to ocsp
beck
2016-11-05
1
-57
/
+57
*
make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden
beck
2016-11-04
1
-2
/
+1
*
Add ocsp_require_stapling config option for tls - allows a connection
beck
2016-11-04
1
-1
/
+6
*
Don't do OCSP validation when we have disabled certificate verification
beck
2016-11-03
1
-1
/
+4
*
Fix handshake failures:
beck
2016-11-03
1
-20
/
+26
*
fix shadow declaration of time in parameter list.
beck
2016-11-02
1
-2
/
+2
*
Ensure handshake is complete before processing an ocsp response for a ctx
beck
2016-11-02
1
-0
/
+3
*
Add OCSP client side support to libtls.
beck
2016-11-02
1
-0
/
+399