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
*
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
*
X509_NAME_ENTRIES_it and X509_NAME_INTERNAL_it go internal
tb
2024-04-15
1
-3
/
+3
*
Remove parentheses after return
tb
2024-04-11
1
-40
/
+40
*
Rework internal tm_to_*() converters
tb
2024-04-11
1
-69
/
+66
*
Hide a couple of LCRYPTO_UNUSED in asn1.h
beck
2024-04-10
3
-9
/
+5
*
Plug leaks in ASN1_TIME_set_string_internal()
tb
2024-04-09
1
-6
/
+17
*
Hide public symbols in x509.h
beck
2024-04-09
21
-21
/
+205
*
Hide public symbols in evp.h
beck
2024-04-09
2
-2
/
+7
*
Make ASN1_TIME_set_string_X509 and ASN1_TIME_set_string match the man page
beck
2024-04-08
1
-26
/
+14
*
Retire mime_debug()
tb
2024-03-29
1
-5
/
+1
*
Improve error checking in i2d_ASN1_bio_stream()
tb
2024-03-29
1
-23
/
+24
*
PKCS#1.5 PBE: test and assign
tb
2024-03-28
1
-3
/
+2
*
Remove PKCS5_pbe2_set_iv()
tb
2024-03-26
1
-28
/
+9
*
Add back x509_local.h for PBKDF2PARAM
tb
2024-03-26
1
-1
/
+2
*
PKCS5_pbe2_set_iv() can be local to p5_pbev2
tb
2024-03-26
1
-3
/
+2
*
Remove X509_CRL_METHOD API
tb
2024-03-02
1
-34
/
+1
*
Remove X509_ALGOR_set_md()
tb
2024-03-02
1
-7
/
+1
*
Remove most PBEPARAM stuff from public visibility
tb
2024-03-02
2
-2
/
+5
*
Remove the ameth lib
tb
2024-03-02
1
-180
/
+0
*
Garbage collect ASN1_TIME_set_tm()
tb
2024-03-02
2
-13
/
+2
*
Remove beck's ASN.1 time API from public visibility
tb
2024-03-02
3
-9
/
+7
*
Remove ASN1_PCTX nonsense
tb
2024-03-02
2
-107
/
+2
*
Make ASN1_add_oid_module internal
tb
2024-03-02
2
-5
/
+2
*
Remove unused M_ASN1_* macros
tb
2024-03-02
1
-14
/
+1
*
Remove unused, incomplete ub_* macros
tb
2024-03-02
1
-12
/
+1
*
Remove DECLARE_STACK_OF(ASN1_STRING_TABLE)
tb
2024-03-02
1
-4
/
+1
*
Remove ASN1_STRING_TABLE_{add,cleanup}
tb
2024-03-02
2
-20
/
+2
*
const correct ASN1_STRING_TABLE_get()
tb
2024-03-02
2
-7
/
+6
*
Add posix_time.h from BoringSSL
tb
2024-02-18
4
-58
/
+113
[next]