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
/
asn1
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge the two functions from x_pkey.c into pem_info.c
tb
2025-07-12
1
-124
/
+0
*
Merge the two functions from x_info.c into pem_info.c
tb
2025-07-12
1
-97
/
+0
*
Add missing check to X509_CRL_verify()
tb
2025-07-10
1
-1
/
+7
*
X509_print: emit UIDs unless X509_FLAG_NO_IDS is set
tb
2025-07-01
1
-1
/
+28
*
X509_print and friends: switch from BIO_write() to BIO_printf()
tb
2025-06-25
1
-17
/
+16
*
Fix smatch warning in asn1_primitive_print()
tb
2025-06-07
1
-2
/
+2
*
correct indentation, no functional change
jsg
2025-06-02
1
-3
/
+4
*
Crank default salt length of PBE2 to 16 octets
tb
2025-05-24
2
-4
/
+13
*
Switch the default PBMAC to hmacWithSHA256
tb
2025-05-24
1
-2
/
+2
*
asn_moid: move inclusion of err_local.h to the proper place
tb
2025-05-10
1
-2
/
+2
*
Use err_local.h rather than err.h in most places
tb
2025-05-10
35
-71
/
+70
*
Plug a memory leak in x509_name_encode()
tb
2025-03-20
1
-2
/
+4
*
Fix traditional SSLeay X509_NAME printing
tb
2025-03-19
1
-29
/
+1
*
Unexport X509_NAME_print()
tb
2025-03-09
1
-3
/
+2
*
asn1_multi: remove a pointless cast
tb
2025-03-06
1
-2
/
+2
*
Rename X509V3_get_section() to X509V3_get0_section()
tb
2025-03-06
1
-2
/
+2
*
Garbage collect X509V3_section_free()
tb
2025-03-06
1
-5
/
+2
*
Rename the crl_inf_cb() to crl_info_cb()
tb
2025-02-27
1
-3
/
+3
*
Hoist X509_REVOKED_cmp() above its only caller
tb
2025-02-27
1
-9
/
+7
*
x_crl.c: remove two NULL checks before *_free()
tb
2025-02-24
1
-5
/
+3
*
Remove unused name member from x509_st
tb
2025-02-21
1
-9
/
+1
*
Remove unused valid member of x509_st
tb
2025-02-20
1
-2
/
+1
*
Move X509_NAME_print() next to its only internal caller
tb
2025-02-08
2
-93
/
+91
*
X509_NAME_print(): remove no longer useful length check
tb
2025-01-27
1
-4
/
+1
*
X509_NAME_print: NUL-terminate and switch to BIO_printf()
tb
2025-01-27
1
-2
/
+5
*
Rework X509_NAME_print()
tb
2025-01-26
1
-33
/
+65
*
asn_mime: deteched -> detached + a knf nit
tb
2025-01-17
1
-2
/
+3
*
Remove seven pairs of unnecessary parentheses
tb
2025-01-11
1
-5
/
+5
*
Avoid an oob access in asn1_item_free()
tb
2024-12-11
1
-4
/
+3
*
Drop a pair of useless parentheses
tb
2024-12-11
1
-2
/
+2
*
Make X509_VAL opaque
tb
2024-08-31
1
-1
/
+3
*
Make some more x509 conf stuff internal
tb
2024-08-31
1
-1
/
+2
*
Unexport some conf layers unused outside of libcrypto
tb
2024-08-31
2
-2
/
+4
*
Avoid polluting the error stack when printing certificates
tb
2024-08-28
1
-3
/
+17
*
Hide global _it symbols in asn1t.h
beck
2024-07-08
4
-7
/
+9
*
Hide global _it variables in asn1.h
beck
2024-07-08
7
-7
/
+30
*
Hide global _it variables in x509.h
beck
2024-07-08
13
-13
/
+34
*
libcrypto: constify most error string tables
tb
2024-06-24
1
-5
/
+7
*
Fix i2d_ASN1_OBJECT()
tb
2024-05-29
1
-3
/
+12
*
Make i2d_ASN1_OBJECT() return -1 on error
tb
2024-05-29
1
-2
/
+2
*
Remove unnecessary parens from i2d_ASN1_OBJECT()
tb
2024-05-29
1
-4
/
+6
*
asn1_str2tag(): no need for tntmp to be static
tb
2024-05-17
1
-2
/
+3
*
The long primitive function table can be const
tb
2024-05-17
1
-2
/
+2
*
The bignum primitive function table (bignum_pf) can be const
tb
2024-05-17
1
-2
/
+2
*
Remove disgusting NULL checks in tm_to_{gentime,utctime}()
tb
2024-05-03
1
-7
/
+1
*
Intercept a NULL s early in ASN1_TIME_set_string_internal()
tb
2024-05-03
1
-1
/
+6
*
Simplify type handling in ASN1_TIME_set_string_internal()
tb
2024-05-03
1
-5
/
+4
*
Simplify tm handling in ASN1_time_parse()
tb
2024-05-03
1
-3
/
+2
*
Align CRL and CSR version printing with certs
tb
2024-05-03
2
-14
/
+18
*
Remove a useless OBJ_obj2nid() call from X509_CRL_print()
tb
2024-05-02
1
-2
/
+1
[next]