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
...
*
x509_v3.c: zap another pointless local variable
tb
2024-05-23
1
-7
/
+2
*
x509_v3.c: add a few empty lines
tb
2024-05-23
1
-1
/
+9
*
X509v3_get_ext_by_NID: make obj const, test & assign
tb
2024-05-23
1
-4
/
+4
*
x509_v3.c: remove a pointless local variable
tb
2024-05-23
1
-5
/
+3
*
x509_v3.c: mechanically replace ex with ext and new_ex with new_ext
tb
2024-05-23
1
-42
/
+42
*
remove prototypes with no matching function
jsg
2024-05-19
1
-2
/
+1
*
x509_v3.c: remove superfluous parentheses
tb
2024-05-16
1
-39
/
+39
*
X509_check_akid: zap stray space
tb
2024-05-15
1
-2
/
+2
*
x509_ext.c: remove unnecessary includes
tb
2024-05-14
1
-5
/
+1
*
x509_ext.c: remove lots of extraneous parentheses
tb
2024-05-14
1
-23
/
+23
*
Move X509V3_add_standard_extensions out of the way
tb
2024-05-11
1
-8
/
+8
*
Make two NULL checks more explicit
tb
2024-05-11
1
-3
/
+3
*
Unwrap a line
tb
2024-05-11
1
-3
/
+2
*
Tiny style tweaks in X509_REQ_add_extension_nid()
tb
2024-05-09
1
-6
/
+5
*
Streamline X509_REQ_check_private_key() a bit
tb
2024-05-09
1
-16
/
+17
*
Zap some extra parentheses in X509_REQ_get_pubkey()
tb
2024-05-09
1
-4
/
+4
*
Clean up X509_to_X509_REQ()
tb
2024-05-09
1
-21
/
+18
*
Further simplify X509_REQ_get_extensions()
tb
2024-05-09
1
-6
/
+4
*
Simplify X509_REQ_get_extensions()
tb
2024-05-08
1
-22
/
+13
*
Simplify X509_REQ_extension_nid()
tb
2024-05-08
1
-11
/
+3
*
Defang X509_REQ_{s,g}et_extension_nids()
tb
2024-05-08
1
-15
/
+20
*
Add a comment on abuse of EXFLAG_INVALID
tb
2024-04-09
1
-1
/
+8
*
Remove notBefore and notAfter cacheing.
beck
2024-04-08
4
-63
/
+16
*
Make X509_VERIFY_PARAM_set1_policies() less bad
tb
2024-03-29
1
-22
/
+34
*
Clean up X509_VERIFY_PARAM_add0_policy()
tb
2024-03-29
1
-6
/
+5
*
Fix indent
tb
2024-03-29
1
-2
/
+2
*
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
[prev]
[next]