index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
asn1
Age
Commit message (
Expand
)
Author
2024-01-13
Clean up EVP_MD_CTX_init() usage in ASN1_item_sign()
joshua
2024-01-06
Zap some more CRL method things
Theo Buehler
2024-01-06
Remove X509_CRL_METHOD internals
Theo Buehler
2024-01-04
Neuter the remainder of the ameth lib
Theo Buehler
2023-12-29
ameth_lib: zap trailing empty line
Theo Buehler
2023-12-29
Move the EVP_PKEY_asn1_* API that will stay to evp/p_lib.c
Theo Buehler
2023-12-29
Replace outdated comment on EVP_PKEY_asn1_find() with a todo item
Theo Buehler
2023-12-29
Move EVP_PKEY_asn1_add* to the end of the file
Theo Buehler
2023-12-25
Avoid out-of-bounds accesses in ASN1_BIT_STRING_{get,set}()
Theo Buehler
2023-12-20
Use BIO_indent() for indentation in tasn_prn.c
Theo Buehler
2023-12-16
Annotate incorrect value for ub_email_address
Theo Buehler
2023-12-16
Neuter the ASN1_STRING_TABLE modification API
Theo Buehler
2023-12-16
asn1.h: mark a type and a bunch of macros for removal
Theo Buehler
2023-12-15
Remove strings.h again
Theo Buehler
2023-12-15
Clean up includes
Theo Buehler
2023-12-15
Neuter EVP_PKEY_asn1_add{0,_alias}()
Theo Buehler
2023-11-29
Ignore ENGINE at the API boundary
Theo Buehler
2023-11-19
Unifdef OPENSSL_NO_ENGINE in libcrypto
Theo Buehler
2023-11-13
Prepare to expose OPENSSL_gmtime and OPENSSL_timegm as public
Bob Beck
2023-11-09
Convert asn1_item_sign() to X509_ALGOR_set0_by_nid()
Theo Buehler
2023-11-01
Use X509_ALGOR_set0_by_nid() in X509_ALGOR_set_evp_md()
Theo Buehler
2023-11-01
Add X509_ALGOR_set0_by_nid()
Theo Buehler
2023-11-01
Explain the weird order of doing things in X509_ALGOR_set0()
Theo Buehler
2023-11-01
Rename ptype and pval to parameter_type and parameter_value
Theo Buehler
2023-11-01
Unindent X509_ALGOR_set0_parameter()
Theo Buehler
2023-11-01
Split X509_ALGOR_set0_parameter() out of X509_ALGOR_set0()
Theo Buehler
2023-11-01
Split X509_ALGOR_set0_obj() out of X509_ALGOR_set0()
Theo Buehler
2023-10-11
Some housekeeping in x_algor
Theo Buehler
2023-10-11
Rewrite X509_ALGOR_set0()
Theo Buehler
2023-10-11
Ensure that out_value is initialized even if out_type is NULL
Theo Buehler
2023-10-11
Rewrite X509_ALGOR_get0()
Theo Buehler
2023-10-11
Add internal version of X509_ALGOR_set_md()
Theo Buehler
2023-10-11
Clean up X509_ALGOR_cmp()
Theo Buehler
2023-10-01
Fix a copy-paste bug in ASN1_TIME_compare()
Theo Buehler
2023-08-30
Ensure no memory is leaked after passing NULL to ASN1_TIME_normalize()
Job Snijders
2023-08-15
Zap extra parens
Theo Buehler
2023-08-15
Fix typo in previous
Theo Buehler
2023-08-15
Avoid undefined behavior with memcmp(NULL, x, 0) in ASN1_STRING_cmp()
Theo Buehler
2023-07-28
remove X509_ATTRIBUTE_SET_it
Jonathan Gray
2023-07-28
Remove more ASN1_BIT_STRING API
Theo Buehler
2023-07-28
Remove ASN1_BIT_STRING_check
Theo Buehler
2023-07-28
Remove ASN1_bn_print() and ASN1_buf_print()
Theo Buehler
2023-07-28
Make ASN1_{primitive,template}_* internal
Theo Buehler
2023-07-28
Make ASN.1 BIO internal
Theo Buehler
2023-07-24
Use C99 initializers for x509_name_ff
Theo Buehler
2023-07-13
Refactor ASN1_item_sign_ctx()
Theo Buehler
2023-07-09
Fix ndef_{prefix,suffix}()
Theo Buehler
2023-07-07
Unbreak the namespace build after a broken mk.conf and tool misfire had
Bob Beck
2023-07-05
Hide symbols in asn1 and bio
Bob Beck
2023-07-02
Convert some tables to C99 initializers
Theo Buehler
[next]