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
Age
Commit message (
Expand
)
Author
2023-04-25
Temporarily define LIBRESSL_NEXT_API in opensslfeatures.h
Theo Buehler
2023-04-25
Define OPENSSL_NO_DEPRECATED and OPENSSL_NO_EC2M in opensslfeatures.h
Theo Buehler
2023-04-25
Wire up truncated SHA-2, SHA-3 and related things
Theo Buehler
2023-04-25
Remove no longer necessary compat #defines
Theo Buehler
2023-04-25
Add NIDs for truncated SHA-2, SHA-3 and related things
Theo Buehler
2023-04-25
The #ifdef missed a few NETSCAPE_CERT things
Theo Buehler
2023-04-25
Remove v3_sxnet from the standard extensions
Theo Buehler
2023-04-25
Invalidate the DER cache earlier on in X509 setter functions
Job Snijders
2023-04-25
Use X509_set_version() and X509_REQ_set_version() instead doing it by hand
Job Snijders
2023-04-25
Add endbr64 where needed by inspection. Passes regresson tests.
Theo de Raadt
2023-04-24
Future users of libcrypto will also have to do without strong extranet
Theo Buehler
2023-04-24
Mark NETSCAPE_CERT_SEQUENCE for removal
Theo Buehler
2023-04-24
Mark the NDEF API for removal
Theo Buehler
2023-04-24
Fix sk_is_sorted to tread 0 and 1 element lists as sorted.
Bob Beck
2023-04-24
Sort X.509 error reasons, use next available error value, and align
Job Snijders
2023-04-24
Revert 1.32
Job Snijders
2023-04-23
Replace X509v3_get_ext_count() with X509_get_ext_count()
Job Snijders
2023-04-23
In the case of V1 certs, the extension count should be exactly 0
Job Snijders
2023-04-23
If extensions are encountered on a X.509 V1 cert, mark as invalid
Job Snijders
2023-04-23
Add compliance checks for the X.509 version field
Job Snijders
2023-04-23
Man page update for EVP_sha512_224() and EVP_sha512_256()
Job Snijders
2023-04-23
Drop some extra parentheses
Theo Buehler
2023-04-23
Drop a superfluous isneg check.
Theo Buehler
2023-04-23
Add missing NULL check for BN_new()
Theo Buehler
2023-04-23
Initialize ishex and isneg at the top and drop some elses
Theo Buehler
2023-04-23
Align hex_to_string with OpenSSL 1.1 behavior
Theo Buehler
2023-04-23
x509_utl.c: Use correct spelling of NULL
Theo Buehler
2023-04-22
Improve bn_montgomery_multiply_words()
Joel Sing
2023-04-21
cms_io: sort includes
Theo Buehler
2023-04-21
cms_io: reverse polarity of an if statement to unindent
Theo Buehler
2023-04-21
cms_io: Remove a stupid else branch
Theo Buehler
2023-04-21
Rewrap some lines. No binary change
Theo Buehler
2023-04-21
Unwrap a line
Theo Buehler
2023-04-21
s2i_ASN1_INTEGER: make error conditions more explicit, a few more tweaks
Theo Buehler
2023-04-21
s2i_ASN1_INTEGER.3: minor fixes
Theo Buehler
2023-04-21
Uncomment and document X.509 verifier error codes
Theo Buehler
2023-04-21
Remove some (soon to be) outdated documentation
Theo Buehler
2023-04-21
Remove the now unused x509_enum.c
Theo Buehler
2023-04-21
Move the CRL reason method into x509_bitst.c
Theo Buehler
2023-04-21
Move i2s_ASN1_ENUMERATED_TABLE() next to i2s_ASN1_ENUMERATED()
Theo Buehler
2023-04-21
Tweak whitespace gone wrong
Theo Buehler
2023-04-21
Stop using ENUMERATED_NAMES
Theo Buehler
2023-04-20
Fix Dt and Xr
Theo Buehler
2023-04-20
Flip the default of explicitText to UTF8String
Theo Buehler
2023-04-20
Link s2i_ASN1_INTEGER.3 to build
Theo Buehler
2023-04-20
Add documentation for s2i_ASN1_INTEGER and related functions
Theo Buehler
2023-04-19
Fix botched line wrap
Theo Buehler
2023-04-19
remove duplicate includes
Jonathan Gray
2023-04-19
Rename Hex array to hex_digits.
Joel Sing
2023-04-19
Move the BN_bn2bin()/BN_bin2bn() family to bn_convert.c
Joel Sing
[next]