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-03-29
More whitespace fixes.
Joel Sing
2023-03-29
Whitespace fixes.
Joel Sing
2023-03-29
Whitespace fixes.
Joel Sing
2023-03-29
Use multiple statements instead of a statement with multiple expressions.
Joel Sing
2023-03-29
Mop up MD32_XARRAY from SHA1.
Joel Sing
2023-03-29
Inline initial hash data values for SHA1.
Joel Sing
2023-03-27
Reorder functions/code.
Joel Sing
2023-03-27
Replace the remaining BN_copy() with bn_copy()
Theo Buehler
2023-03-27
Convert BN_copy() with missing error checks to bn_copy()
Theo Buehler
2023-03-27
Convert BN_copy() with explicit comparison against NULL to bn_copy()
Theo Buehler
2023-03-27
Use bn_copy() rather than inlining it
Theo Buehler
2023-03-27
Tidy includes.
Joel Sing
2023-03-27
Avoid errno is EINVAL after OpenSSL initialization
Jan Klemkow
2023-03-27
Drop unnecessary parentheses.
Theo Buehler
2023-03-27
Convert bn_nist.c to BN_copy()
Theo Buehler
2023-03-27
Add bn_copy(), a sane wrapper of BN_copy() for internal use
Theo Buehler
2023-03-26
Replace HASH_BLOCK_DATA_ORDER with sha1_block_data_order.
Joel Sing
2023-03-26
Remove unnecessary HIDDEN_DECLS.
Joel Sing
2023-03-26
Removes some unwanted spaces.
Joel Sing
2023-03-26
Whack sha1dgst.c with the style(9) stick again.
Joel Sing
2023-03-26
Minor whitespace tidying
Theo Buehler
2023-03-26
Tidy up includes.
Joel Sing
2023-03-26
Inline sha_local.h in sha1dgst.c.
Joel Sing
2023-03-26
Make several calls to BN_nnmod() unconditional
Theo Buehler
2023-03-26
Correctly reduce negative inpot to BN_mod_exp2_mont()
Theo Buehler
2023-03-26
Add license to sha256.c/sha512.c.
Joel Sing
2023-03-26
Use multiple statements instead of comma separated expressions.
Joel Sing
2023-03-26
Add blank lines for readability.
Joel Sing
2023-03-26
Add some blank lines for readability, along with some more style(9) tweaks.
Joel Sing
2023-03-26
Whack sha with a style(9) stick.
Joel Sing
2023-03-26
bn_prime.pl: fix shebang and a couple more whitespace tweaks
Theo Buehler
2023-03-25
Last arg is also a pointer, so pass NULL instead of 0; ok deraadt@
Otto Moerbeek
2023-03-25
Change malloc chunk sizes to be fine grained.
Otto Moerbeek
2023-03-25
Use strict and warnings
Theo Buehler
2023-03-25
Make an attempt at reducing the eyebleed in bn_prime.pl
Theo Buehler
2023-03-25
Use Eric Young's usual license in the proper place rather than a weird
Theo Buehler
2023-03-25
Add RCSID
Theo Buehler
2023-03-25
Add checks to ensure the uint16_t array isn't overflowed when this
Theo Buehler
2023-03-25
Zap an empty line
Theo Buehler
2023-03-25
Drop unnecessary casts from and to void *
Theo Buehler
2023-03-25
Unindent asn1_bio_get_ex()
Theo Buehler
2023-03-25
Pull in <openssl/rsa.h> directly
Theo Buehler
2023-03-25
BN_free() is defined in <openssl/bn.h>
Theo Buehler
2023-03-18
fixes for mandoc -Tlint
Jonathan Gray
2023-03-16
Consistent phrasing: function -> function pointer
Job Snijders
2023-03-16
Add X509_STORE_{set,get}_check_issued and X509_STORE_CTX_get_check_issued to ...
Job Snijders
2023-03-16
Install EVP_CIPHER_meth_new.3
Theo Buehler
2023-03-16
Add EVP_CIPHER_meth_* documentation from OpenSSL 1.1
Theo Buehler
2023-03-16
Update manpage for X509_CRL_get0_tbs_sigalg()
Job Snijders
2023-03-16
Bump LibreSSL version to 3.7.2
Theo Buehler
[next]