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
/
libcrypto
/
x509
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Hide struct internals under LIBRESSL_CRYPTO_INTERNAL so that other
tb
2021-10-31
2
-17
/
+17
*
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
1
-12
/
+1
*
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
*
Actually error in X509_check_purpose() if x509v3_cache_extensions()
tb
2021-10-29
1
-2
/
+2
*
Bring back r1.3, ok beck
tb
2021-10-28
1
-3
/
+47
*
Revert version 1.3 - not allowing the creation of bogus certificates
beck
2021-10-27
1
-47
/
+3
*
Add RFC 3779 checks to both legacy and new verifier
job
2021-10-26
2
-2
/
+20
*
Validate Subject Alternate Names when they are being added to certificates.
beck
2021-10-26
3
-9
/
+61
*
Add missing RCS markers
tb
2021-10-25
2
-0
/
+2
*
Zap two unused includes
jca
2021-10-25
2
-4
/
+0
*
Prepare to provide a number of X509_STORE_CTX_* setters.
tb
2021-10-24
2
-2
/
+52
*
Prepare to provide X509_STORE_CTX_get_num_untrusted()
tb
2021-10-24
2
-2
/
+11
*
Prepare to provide X509_OBJECT_{new,free}()
tb
2021-10-24
2
-3
/
+25
*
Declare STACK_OF(GENERAL_NAMES)
tb
2021-10-23
1
-3
/
+4
*
KNF a particularly ugly comment
tb
2021-10-23
1
-17
/
+16
*
Zap trailing whitespace
tb
2021-10-23
1
-13
/
+13
*
Prepare to make many of the structs in x509.h opaque.
tb
2021-10-23
1
-76
/
+86
*
Prepare to provide X509_re_X509*_tbs()
tb
2021-10-23
3
-3
/
+27
*
Prepare to provide X509_get_extension_flags()
tb
2021-10-23
2
-2
/
+13
*
Prepare to provide X509_SIG_get{0,m}.
tb
2021-10-23
1
-1
/
+8
*
Prepare to provide X509_get_{extended_,}key_usage()
tb
2021-10-22
2
-2
/
+32
*
Prepare to provide X509_REQ_pubkey_get0()
tb
2021-10-22
2
-2
/
+13
*
Simplify a return value check for X509_STORE_get_by_subject() now
tb
2021-10-21
1
-18
/
+7
*
Set enc.modified if the X509_REQ is going to be modified.
tb
2021-10-21
1
-1
/
+4
*
Sync parts of X509_STORE_get_by_subject() with OpenSSL
tb
2021-10-21
1
-13
/
+7
*
Prepare to make X509 opaque.
tb
2021-10-21
1
-4
/
+7
*
Add XKU_ANYEKU #define and use it to cache the anyExtendedKeyUsage
tb
2021-10-21
2
-3
/
+8
*
Prepare to provide X509_get_X509_PUBKEY() as a function.
tb
2021-10-21
2
-5
/
+15
*
X509_STORE_CTX_init() allows the store to be NULL on init. Add checks
claudio
2021-10-06
1
-1
/
+11
*
Enable X509_V_FLAG_TRUSTED_FIRST by default in the legacy verifier.
jsing
2021-09-30
1
-1
/
+2
*
Avoid a potential overread in x509_constraints_parse_mailbox()
jsing
2021-09-23
1
-5
/
+9
*
In X509_check_issued() do the same dance around x509v3_cache_extensions()
claudio
2021-09-13
1
-3
/
+11
*
When calling the legacy callback, ensure we catch the case where it
beck
2021-09-09
1
-2
/
+5
*
Replace bare ; with continue;
job
2021-09-08
1
-7
/
+7
*
Fix indentation of comments and labels
job
2021-09-08
2
-165
/
+167
*
Replace (&(x)) pattern with &x
job
2021-09-07
2
-32
/
+32
*
KNF
job
2021-09-07
2
-1478
/
+1548
*
Call the callback on success in new verifier in a compatible way
beck
2021-09-03
3
-16
/
+55
*
Unroll ASN1_ITEM_ref()
job
2021-09-02
1
-1
/
+1
*
Change OPENSSL_strdup() to strdup()
job
2021-09-02
1
-1
/
+1
*
Change OPENSSL_malloc to calloc()
job
2021-09-02
1
-1
/
+2
*
Repair unrolling of static ASN1_ITEM IPAddrBlocks_it
job
2021-09-02
1
-0
/
+11
*
Make v3_addr and v3_asid extern const
job
2021-09-02
1
-2
/
+2
*
Add err.h for X509error() and friends
job
2021-09-02
2
-0
/
+2
[prev]
[next]