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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-07-23
Delete some code from X509_PURPOSE_cleanup(3) that had no effect:
schwarze
1
-5
/
+1
2021-07-23
Add a roff(7) comment that X509_issuer_and_serial_hash() is
schwarze
1
-2
/
+4
2021-07-23
Make MALLOC_STATS compile again; noted by Omar Polo and Joe Nelson
otto
1
-2
/
+2
2021-07-23
clarify the meaning of the argument of X509_VERIFY_PARAM_set_purpose(3)
schwarze
1
-10
/
+16
2021-07-23
mention the possibility that user-defined purpose identifiers may have
schwarze
1
-2
/
+13
2021-07-23
new manual page X509_PURPOSE_set(3) documenting 11 functions
schwarze
4
-5
/
+303
2021-07-23
occured -> occurred;
jmc
1
-3
/
+3
2021-07-22
document X509_STORE_CTX_set_time(3) and X509_STORE_CTX_set_depth(3)
schwarze
1
-2
/
+34
2021-07-22
Major cleanup.
schwarze
1
-85
/
+66
2021-07-22
Split the functions operating on the X509_VERIFY_PARAM object out
schwarze
3
-74
/
+172
2021-07-22
document X509_STORE_CTX_get0_current_issuer(3)
schwarze
1
-5
/
+51
2021-07-22
Move X509_STORE_CTX_get0_cert(3) to the X509_STORE_CTX_new(3) manual.
schwarze
2
-65
/
+113
2021-07-21
Document X509_STORE_CTX_get_chain(3).
schwarze
1
-5
/
+15
2021-07-21
Remove DTLS processed_rcds queue.
jsing
3
-50
/
+22
2021-07-21
Silently discard invalid DTLS records.
jsing
1
-4
/
+11
2021-07-20
Split X509_NAME_hash(3) out of d2i_X509_NAME(3) and document
schwarze
4
-25
/
+102
2021-07-20
Check pointer variable if it is NULL in ca.c
inoguchi
1
-2
/
+2
2021-07-19
document X509_CRL_print(3) and X509_CRL_print_fp(3)
schwarze
5
-7
/
+124
2021-07-19
Mop up dtls1_get_ccs_header() and struct ccs_header_st.
jsing
3
-21
/
+3
2021-07-19
Inline DTLS1_CCS_HEADER_LENGTH rather than having a single use variable.
jsing
1
-3
/
+2
2021-07-15
Wrap over 80 long lines in ca.c
inoguchi
1
-83
/
+154
2021-07-15
Explicitly check pointer variable if it is NULL or not in ca.c
inoguchi
1
-58
/
+58
2021-07-15
Remove space between '*' and pointer variable in ca.c
inoguchi
1
-56
/
+56
2021-07-15
Use 'serial' rather than 'ser' in ca.c
inoguchi
1
-19
/
+19
2021-07-15
Convert openssl(1) ca option handling
inoguchi
1
-456
/
+643
2021-07-14
Remove unneeded calls to tls_init(3)
kn
1
-6
/
+1
2021-07-12
new manual page X509_print_ex(3)
schwarze
4
-5
/
+287
2021-07-12
Use the x509_verify_cert_cache_extensions fuction instead of manually
beck
1
-9
/
+4
2021-07-12
Change the error reporting pattern throughout the tree when unveil
beck
2
-13
/
+13
2021-07-12
document X509V3_extensions_print(3)
schwarze
6
-7
/
+112
2021-07-12
document X509V3_EXT_print(3)
schwarze
5
-8
/
+167
2021-07-11
While the traditional OpenSSL return value and behaviour of BIO_dump(3)
beck
2
-31
/
+17
2021-07-11
new manual page ASN1_parse_dump(3)
schwarze
5
-7
/
+222
2021-07-11
document ASN1_get_object(3)
schwarze
4
-5
/
+207
2021-07-10
Fix a read buffer overrun in X509_CERT_AUX_print(3),
schwarze
1
-3
/
+3
2021-07-10
new manual page BIO_dump(3)
schwarze
3
-3
/
+149
2021-07-10
Add a bunch of workarond in the verifier to support partial chains and
beck
2
-16
/
+135
2021-07-09
Fix mixup between localKeyID and friendlyName.
tb
1
-3
/
+3
2021-07-09
KNF: remove whitespace between functions and parentheses
tb
6
-28
/
+28
2021-07-09
new manual page for X509_keyid_set1(3), X509_keyid_get0(3),
schwarze
5
-9
/
+184
2021-07-08
document X509_add1_reject_object(3) and X509_reject_clear(3)
schwarze
1
-7
/
+24
2021-07-08
add new manual page for X509_add1_trust_object(3) and X509_trust_clear(3)
schwarze
3
-3
/
+87
2021-07-06
document X509_signature_dump(3) and X509_signature_print(3)
schwarze
5
-9
/
+97
2021-07-06
alarm(3) cannot fail, remove error handling.
bluhm
1
-3
/
+2
2021-07-06
Fix a bug in X509_print_ex(3).
schwarze
1
-3
/
+3
2021-07-05
document i2a_ASN1_OBJECT(3)
schwarze
1
-8
/
+61
2021-07-04
document X509_find_by_subject(3) and X509_find_by_issuer_and_serial(3)
schwarze
3
-3
/
+74
2021-07-04
Bugfix: when X509_NAME_dup(3) failed, X509_NAME_set(3) indicated success
schwarze
1
-14
/
+8
2021-07-03
Document X509_NAME_set(3).
schwarze
1
-3
/
+41
2021-07-03
Do a first pass clean up of SSL_METHOD.
jsing
4
-103
/
+14
[prev]
[next]