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
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
2023-06-15
Some fixes in ASN1_item_verify()
Theo Buehler
2023-06-15
Make another NULL check explicit and put a brace on the proper line
Theo Buehler
2023-06-15
Rename a few variables and other cosmetics
Theo Buehler
2023-06-15
Switch ASN1_item_sign_ctx() to EVP_DigestSign()
Theo Buehler
2023-06-15
Make NULL checks explicit in ASN1_item_sign_ctx()
Theo Buehler
2023-06-15
ASN1_item_sign_ctx()
Theo Buehler
2023-06-15
Fix a logic error in ASN1_item_sign_ctx()
Theo Buehler
2023-06-13
Move comment about ASN1_item_dup() where it belongs
Theo Buehler
2023-05-23
Simplify OBJ_obj2txt()
Theo Buehler
2023-04-30
Revert disablement of the encoding cache
Job Snijders
2023-04-28
Remove preservation and use of cached DER/BER encodings in the d2i/i2d paths
Job Snijders
2023-04-28
Unifdef LIBRESSL_HAS_POLICY_DAG and remove it from the Makefile
Theo Buehler
2023-04-26
Make the new policy code in x509_policy.c to be selectable at compile time.
Bob Beck
2023-04-25
Move low level BIO_new_NDEF API to internal-only
Theo Buehler
2023-04-25
Remove NETSCAPE_CERT_SEQUENCE
Theo Buehler
2023-04-24
Mark the NDEF API for removal
Theo Buehler
2023-04-24
Revert 1.32
Job Snijders
2023-04-23
Add compliance checks for the X.509 version field
Job Snijders
2023-04-19
Fix botched line wrap
Theo Buehler
2023-04-18
Bring includes into canonical order
Theo Buehler
2023-04-18
Move some includes out of OPENSSL_NO_DEPRECATED
Theo Buehler
2023-04-17
Use C99 initializers for the default_pctx and mark it static const
Theo Buehler
2023-03-30
bio_ndef: add an empty line before return
Theo Buehler
[next]