summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/asn1_locl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make internal header file names consistenttb2022-11-261-251/+0
* Port EVP raw key API from OpenSSL.jsing2022-11-101-1/+10
* Replace the old OpenSSL julian date stuff with BoringSSL'sbeck2022-11-081-1/+6
* Remove c2i_* and i2c_* from public visibilitytb2022-09-111-1/+10
* Remove duplicate prototype that just snuck in.jsing2022-09-031-3/+1
* Ensure ASN.1 types are appropriately encoded.jsing2022-09-031-1/+5
* Provide c2i_ASN1_ENUMERATED_cbs() and call it from asn1_c2i_primitive().jsing2022-09-031-1/+3
* Refactor asn1 time parsing to use CBS - enforce valid times in ASN.1 parsing.beck2022-06-291-1/+3
* Prepare to provide EVP_PKEY_security_bits()tb2022-06-271-1/+2
* Rewrite ASN1_INTEGER_{get,set}() using CBS/CBBjsing2022-06-251-1/+4
* Expose asn1_abs_set_unused_bits() in asn1_locl.htb2022-05-171-1/+2
* Rename asn1_enc_free() to asn1_enc_cleanup().jsing2022-05-121-2/+2
* Rewrite asn1_enc_save() using CBS.jsing2022-05-121-2/+2
* Use size_t for ASN.1 lengths.jsing2022-05-051-3/+3
* Rewrite asn1_check_tlen() using CBS.jsing2022-04-281-1/+5
* Decode via c2i_ASN1_INTEGER_cbs() from asn1_ex_c2i().jsing2022-04-271-1/+3
* Decode via c2i_ASN1_BIT_STRING_cbs() from asn1_ex_c2i().jsing2022-04-261-2/+4
* Convert asn1_ex_c2i() to CBS.jsing2022-04-231-1/+2
* Provide asn1_get_primitive()jsing2022-03-261-1/+3
* Provide t2i_ASN1_OBJECT_internal() and use it for OBJ_txt2obj()jsing2022-03-191-1/+2
* Remove free_cont from asn1_d2i_ex_primitive()/asn1_ex_c2i().jsing2022-03-131-3/+1
* Rewrite ASN1_OBJECT content to ascii/text conversion.jsing2022-03-021-1/+4
* Move ASN1_BOOLEAN to internal only.tb2022-01-141-1/+4
* Remove all asn1_* symbols from public visibilitytb2022-01-141-1/+17
* Remove ASN1_OBJECT internals from public visibility.tb2022-01-141-1/+15
* Prepare to provide EVP_PKEY_{public,param}_checktb2022-01-101-1/+3
* Prepare to provide EVP_PKEY_check()tb2022-01-101-1/+2
* More consolidation of ASN.1 code.jsing2021-12-251-1/+3
* Rewrite ASN.1 identifier/length parsing in CBS.jsing2021-12-251-1/+7
* Consolidate ASN.1 universal tag type data.jsing2021-12-141-1/+3
* Provide ASN1_TYPE_{,un}pack_sequence().jsing2019-10-241-1/+4
* Add consts to EVP_PKEY_asn1_set_private()tb2018-08-241-2/+2
* Make the symbol for ASN1_time_tm_clamp_notafter visible so libtlsbeck2017-08-271-3/+1
* Add ability to clamp a notafter to values representable in a 32 bit time_tbeck2017-08-131-1/+3
* Explicitly export a list of symbols from libcrypto.jsing2016-12-211-1/+5
* Stop supporing "legcay" time formats that OpenSSL supports. Rewrite thebeck2015-10-191-5/+1
* Flense the greasy black guts of unreadble string parsing code out of three areasbeck2015-10-021-1/+5
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* KNF.jsing2014-05-221-25/+18
* No uses of UTF8_{getc,putc}() in ports, so remove them from the public header.guenther2014-05-221-6/+8
* Bring UTF8_{getc,putc} up-to-date: it's been a decade since 5- and 6-byteguenther2014-05-201-0/+11
* import OpenSSL-1.0.1cdjm2012-10-131-0/+11
* import of OpenSSL 0.9.8kdjm2009-04-061-0/+134