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
Commit message (
Expand
)
Author
Age
Files
Lines
*
document d2i_X509_ALGORS(3) and i2d_X509_ALGORS(3)
schwarze
2021-11-03
1
-5
/
+36
*
Fix five bugs in X509_REQ_to_X509(3):
schwarze
2021-11-03
1
-11
/
+12
*
Fix ASN1_TIME_diff() with NULL times
tb
2021-11-03
1
-3
/
+18
*
Some cleanup in X509_REQ_get_extensions(3), no functional change.
schwarze
2021-11-03
1
-10
/
+6
*
Test adding extensions to certification requests.
schwarze
2021-11-03
2
-2
/
+167
*
Fix two bugs in X509_REQ_add_extensions_nid(3)
schwarze
2021-11-03
1
-32
/
+13
*
Add regress that calls SSL_set_tlsext_host_name() with a NULL host name.
jsing
2021-11-02
1
-1
/
+15
*
Do not take the strlen() of a NULL name. Defer the CBS_init() to later.
tb
2021-11-02
1
-3
/
+3
*
Move the now internal X.509-related structs into x509_lcl.h.
tb
2021-11-01
72
-451
/
+521
*
In X509_STORE_CTX_get_obj_from_subject() rename X509_OBJECT from
tb
2021-11-01
1
-6
/
+6
*
Ensure SSL_set_tlsext_host_name() is given a valid hostname.
jsing
2021-11-01
1
-3
/
+8
*
Rework SNI hostname regress to be table driven.
jsing
2021-11-01
1
-62
/
+147
*
Improve SNI hostname validation.
jsing
2021-11-01
2
-9
/
+54
*
Rework x509attribute regress test in such a way that it doesn't need
tb
2021-11-01
1
-11
/
+7
*
Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is
tb
2021-11-01
11
-60
/
+10
*
Enable RFC 3779 code.
tb
2021-10-31
1
-1
/
+1
*
Make this test compile again after the damage done in libcrypto
tb
2021-10-31
1
-19
/
+20
*
Hide struct internals under LIBRESSL_CRYPTO_INTERNAL so that other
tb
2021-10-31
3
-19
/
+19
*
Various minor adjustments to make openssl(1) compile with opaque
tb
2021-10-31
3
-12
/
+23
*
Bump majors after struct visibility changes, symbol removal and symbol
tb
2021-10-31
3
-3
/
+3
*
Simplify some code by using X509_STORE_CTX_get_obj_by_subject()
tb
2021-10-31
1
-8
/
+8
*
Update Symbols.list to include API additions
tb
2021-10-31
1
-0
/
+10
*
libssl: stop reaching into the X509 struct and simplify some code by
tb
2021-10-31
2
-24
/
+6
*
Update Symbols.list for new API and API removal/renaming
tb
2021-10-31
1
-10
/
+33
*
Expose new API in headers and make X509 structs opaque.
tb
2021-10-31
1
-0
/
+3
*
Remove the unused X509_OBJECTS struct.
tb
2021-10-31
1
-8
/
+1
*
Remove the unused X509_CERT_PAIR struct and the assicated API.
tb
2021-10-31
4
-99
/
+4
*
Remove the unused X509_CERT_FILE_CTX struct.
tb
2021-10-31
1
-9
/
+1
*
Prepare to provide X509_STORE_CTX_get_obj_by_subject(), a wrapper
tb
2021-10-31
2
-2
/
+22
*
Switch various X509 API to use the new X509_LOOKUP_TYPE to match
tb
2021-10-31
2
-29
/
+32
*
Provide the X509_LOOKUP_TYPE enum.
tb
2021-10-31
1
-6
/
+6
*
Prepare definitions X509_STORE_set_verify{,_cb}_func() that work with
tb
2021-10-31
1
-3
/
+8
*
Prepare to make various structs in x509_vfy.h opaque.
tb
2021-10-31
1
-26
/
+37
*
Prepare regress for opaque structs in x509*.h
tb
2021-10-31
4
-25
/
+18
*
Add explicit CBS_contains_zero_byte() check in CBS_strdup().
jsing
2021-10-31
1
-1
/
+6
*
new manual page X509_CRL_METHOD_new(3)
schwarze
2021-10-30
6
-14
/
+245
*
In x509/x509_purp.c rev. 1.11, tb@ fixed X509_check_purpose(3)
schwarze
2021-10-29
1
-8
/
+18
*
Actually error in X509_check_purpose() if x509v3_cache_extensions()
tb
2021-10-29
1
-2
/
+2
*
document the horrifying function X509_TRUST_set_default(3)
schwarze
2021-10-29
1
-3
/
+43
*
add missing .h file include
deraadt
2021-10-29
1
-2
/
+3
*
document X509_EXTENSION_dup(3);
schwarze
2021-10-29
1
-8
/
+20
*
new manual page X509_REQ_print_ex(3),
schwarze
2021-10-29
4
-6
/
+184
*
document X509_REQ_to_X509(3)
schwarze
2021-10-28
1
-7
/
+38
*
unwrap a line
tb
2021-10-28
1
-3
/
+2
*
document X509_to_X509_REQ(3)
schwarze
2021-10-28
1
-4
/
+26
*
sort
tb
2021-10-28
1
-2
/
+2
*
Mechanical KNF in preparation for changing
beck
2021-10-28
12
-1583
/
+1653
*
Add headers normally contained in include/openssl, verbatim from 1.1.1
beck
2021-10-28
2
-0
/
+554
*
Import Certificate Transparency verbatim from OpenSSL 1.1.1
beck
2021-10-28
13
-0
/
+2321
*
openssl-ruby tests: rework for x509_alt.c r1.3 and r1.5.
tb
2021-10-28
1
-6
/
+9
[next]