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
Age
Commit message (
Expand
)
Author
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
Randomize the order of TLS extensions
Theo Buehler
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 duplicate include
Jonathan Gray
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
2023-04-19
Reorder functions.
Joel Sing
2023-04-19
Move BN_options() from bn_convert.c to bn_lib.c
Joel Sing
2023-04-19
unifdef BN_RECURSION
Joel Sing
2023-04-18
Use NULL, not 0 for pointers and use an explicit comparison against NULL.
Theo Buehler
2023-04-18
Remove prototypes under OPENSSL_NO_EC_NISTP_64_GCC_128
Theo Buehler
2023-04-18
Move x509.h inclusion into alphabetical order
Theo Buehler
2023-04-18
Bring includes into canonical order
Theo Buehler
2023-04-18
Sigh cvs... Also drop OPENSSL_NO_DEPRECATED from ec.h
Theo Buehler
2023-04-18
Move some includes out of OPENSSL_NO_DEPRECATED
Theo Buehler
2023-04-17
Drop two useless READMEs
Theo Buehler
2023-04-17
c_zlib.c needs bio_local.h with -DZLIB.
Theo Buehler
2023-04-17
Tweak indent and use named registers.
Joel Sing
2023-04-17
Hook sha3 up to build.
Joel Sing
2023-04-17
Move BN_bn2mpi()/BN_mpi2bn() into bn_convert.c
Joel Sing
[next]