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
OPENBSD_7_7
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
*
Unify *_up_ref() implementations
tb
2024-03-27
1
-3
/
+2
*
Remove superfluous parentheses in X509_REQ setters
tb
2024-03-26
1
-10
/
+10
*
Cosmetics, mostly removal of silly parentheses
tb
2024-03-26
1
-21
/
+19
*
Drop superfluous parentheses in X509_set_version()
tb
2024-03-26
1
-5
/
+5
*
Tweak versions comment for CRLs
tb
2024-03-26
1
-1
/
+2
*
piuid and psuid have annoyed me for long enough
tb
2024-03-26
1
-7
/
+7
*
x509 trust: remove unneeded headers
tb
2024-03-26
1
-3
/
+1
*
Reject setting invalid versions for certs, CRLs and CSRs
tb
2024-03-26
3
-3
/
+18
*
PKCS5_pbe2_set_iv() can be local to p5_pbev2
tb
2024-03-26
1
-3
/
+1
*
Revert r1.13 since it currently breaks openssl-ruby regress tests.
jsing
2024-03-25
1
-2
/
+2
*
Error on setting an invalid CSR version
job
2024-03-25
1
-2
/
+2
*
Final tweaks in x509_trs.c for now
tb
2024-03-25
1
-10
/
+11
*
Kill X509_TRUST
tb
2024-03-25
1
-79
/
+31
*
Clean up EVP_MD_CTX_{legacy_clear,cleanup}() usage in x509/x509_cmp.c
joshua
2024-03-25
1
-21
/
+25
*
Add back trust member of X509_TRUST that I accidentally deleted
tb
2024-03-25
1
-1
/
+2
*
Const correct the trust handlers
tb
2024-03-25
1
-8
/
+7
*
Pass the nid instead of the entire trust structure
tb
2024-03-25
1
-10
/
+10
*
Pull extension caching into X509_check_trust()
tb
2024-03-25
1
-2
/
+7
*
Remove unnecessary stat() calls from by_dir
beck
2024-03-25
1
-14
/
+15
*
Rename ax into aux
tb
2024-03-24
1
-8
/
+7
*
Drop redundant NULL checks around two for loops
tb
2024-03-24
1
-15
/
+14
*
Rename arg1 to nid because that's what it is
tb
2024-03-24
1
-11
/
+11
*
Drop the unused 'name' member from X509_TRUST
tb
2024-03-24
1
-10
/
+1
*
Remove unused flags and arg2 members from X509_TRUST
tb
2024-03-23
1
-3
/
+1
*
Remove unused flags argument from the trust handlers
tb
2024-03-23
1
-13
/
+13
*
Simplify X509_STORE_free()
tb
2024-03-22
1
-11
/
+3
*
Remove sk_find_ex()
tb
2024-03-02
1
-3
/
+1
*
Make LHASH_OF() and STACK_OF() use opaque structs
tb
2024-03-02
1
-1
/
+2
*
Remove X509_CRL_METHOD API
tb
2024-03-02
1
-13
/
+1
*
Garbage collect most of the public LOOKUP API
tb
2024-03-02
2
-62
/
+4
*
Expose X509_STORE_get1_objects()
tb
2024-03-02
1
-3
/
+1
*
Make X509_CERT_AUX internal
tb
2024-03-02
2
-12
/
+11
*
Remove X509_TRUST from the public API
tb
2024-03-02
2
-13
/
+11
*
Remove DECLARE_STACK_OF(X509_TRUST)
tb
2024-03-02
1
-3
/
+1
*
Remove unused public X509_TRUST API
tb
2024-03-02
2
-92
/
+2
*
const correct X509_PURPOSE_get0{,_{,s}name}()
tb
2024-03-02
2
-10
/
+11
*
Make X509_PURPOSE opaque
tb
2024-03-02
2
-11
/
+13
*
Remove unused parts of the purpose API
tb
2024-03-02
5
-54
/
+11
*
Remove X509V3_EXT extensibility API
tb
2024-03-02
2
-40
/
+2
*
Remove X509_ALGOR_set_md()
tb
2024-03-02
1
-4
/
+1
*
Remove more PBE stuff from the public API
tb
2024-03-02
2
-16
/
+13
*
Remove most PBEPARAM stuff from public visibility
tb
2024-03-02
2
-33
/
+33
*
Small tweak for X509_check_purpose()
tb
2024-02-28
1
-4
/
+6
*
Use an accessor instead of reaching into X509_PURPOSE
tb
2024-02-28
1
-2
/
+2
*
Prepare to provide X509_STORE_get1_objects()
tb
2024-02-23
2
-2
/
+70
*
Remove ASN1_time_clamp_notafter() prototype
tb
2024-02-23
1
-3
/
+1
*
x509_asid: NULL out min/max on extract_min_max() failure
tb
2024-02-20
1
-1
/
+3
*
x509_asid: fix some KNF botches
tb
2024-02-19
1
-37
/
+19
*
Use EVP_MD_CTX_legacy_clear() internally
tb
2024-02-18
1
-3
/
+3
*
Fix the verifier to use the trust store
beck
2024-02-01
1
-1
/
+13
[next]