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
/
asn1_locl.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make internal header file names consistent
tb
2022-11-26
1
-251
/
+0
*
Port EVP raw key API from OpenSSL.
jsing
2022-11-10
1
-1
/
+10
*
Replace the old OpenSSL julian date stuff with BoringSSL's
beck
2022-11-08
1
-1
/
+6
*
Remove c2i_* and i2c_* from public visibility
tb
2022-09-11
1
-1
/
+10
*
Remove duplicate prototype that just snuck in.
jsing
2022-09-03
1
-3
/
+1
*
Ensure ASN.1 types are appropriately encoded.
jsing
2022-09-03
1
-1
/
+5
*
Provide c2i_ASN1_ENUMERATED_cbs() and call it from asn1_c2i_primitive().
jsing
2022-09-03
1
-1
/
+3
*
Refactor asn1 time parsing to use CBS - enforce valid times in ASN.1 parsing.
beck
2022-06-29
1
-1
/
+3
*
Prepare to provide EVP_PKEY_security_bits()
tb
2022-06-27
1
-1
/
+2
*
Rewrite ASN1_INTEGER_{get,set}() using CBS/CBB
jsing
2022-06-25
1
-1
/
+4
*
Expose asn1_abs_set_unused_bits() in asn1_locl.h
tb
2022-05-17
1
-1
/
+2
*
Rename asn1_enc_free() to asn1_enc_cleanup().
jsing
2022-05-12
1
-2
/
+2
*
Rewrite asn1_enc_save() using CBS.
jsing
2022-05-12
1
-2
/
+2
*
Use size_t for ASN.1 lengths.
jsing
2022-05-05
1
-3
/
+3
*
Rewrite asn1_check_tlen() using CBS.
jsing
2022-04-28
1
-1
/
+5
*
Decode via c2i_ASN1_INTEGER_cbs() from asn1_ex_c2i().
jsing
2022-04-27
1
-1
/
+3
*
Decode via c2i_ASN1_BIT_STRING_cbs() from asn1_ex_c2i().
jsing
2022-04-26
1
-2
/
+4
*
Convert asn1_ex_c2i() to CBS.
jsing
2022-04-23
1
-1
/
+2
*
Provide asn1_get_primitive()
jsing
2022-03-26
1
-1
/
+3
*
Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj()
jsing
2022-03-19
1
-1
/
+2
*
Remove free_cont from asn1_d2i_ex_primitive()/asn1_ex_c2i().
jsing
2022-03-13
1
-3
/
+1
*
Rewrite ASN1_OBJECT content to ascii/text conversion.
jsing
2022-03-02
1
-1
/
+4
*
Move ASN1_BOOLEAN to internal only.
tb
2022-01-14
1
-1
/
+4
*
Remove all asn1_* symbols from public visibility
tb
2022-01-14
1
-1
/
+17
*
Remove ASN1_OBJECT internals from public visibility.
tb
2022-01-14
1
-1
/
+15
*
Prepare to provide EVP_PKEY_{public,param}_check
tb
2022-01-10
1
-1
/
+3
*
Prepare to provide EVP_PKEY_check()
tb
2022-01-10
1
-1
/
+2
*
More consolidation of ASN.1 code.
jsing
2021-12-25
1
-1
/
+3
*
Rewrite ASN.1 identifier/length parsing in CBS.
jsing
2021-12-25
1
-1
/
+7
*
Consolidate ASN.1 universal tag type data.
jsing
2021-12-14
1
-1
/
+3
*
Provide ASN1_TYPE_{,un}pack_sequence().
jsing
2019-10-24
1
-1
/
+4
*
Add consts to EVP_PKEY_asn1_set_private()
tb
2018-08-24
1
-2
/
+2
*
Make the symbol for ASN1_time_tm_clamp_notafter visible so libtls
beck
2017-08-27
1
-3
/
+1
*
Add ability to clamp a notafter to values representable in a 32 bit time_t
beck
2017-08-13
1
-1
/
+3
*
Explicitly export a list of symbols from libcrypto.
jsing
2016-12-21
1
-1
/
+5
*
Stop supporing "legcay" time formats that OpenSSL supports. Rewrite the
beck
2015-10-19
1
-5
/
+1
*
Flense the greasy black guts of unreadble string parsing code out of three areas
beck
2015-10-02
1
-1
/
+5
*
tags as requested by miod and tedu
deraadt
2014-06-12
1
-1
/
+1
*
KNF.
jsing
2014-05-22
1
-25
/
+18
*
No uses of UTF8_{getc,putc}() in ports, so remove them from the public header.
guenther
2014-05-22
1
-6
/
+8
*
Bring UTF8_{getc,putc} up-to-date: it's been a decade since 5- and 6-byte
guenther
2014-05-20
1
-0
/
+11
*
import OpenSSL-1.0.1c
djm
2012-10-13
1
-0
/
+11
*
import of OpenSSL 0.9.8k
djm
2009-04-06
1
-0
/
+134