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
2020-09-15
set error_depth and current_cert to make more legacy callbacks that don't check
Bob Beck
2020-09-15
Deduplicate the time validation code between the legacy and new
Bob Beck
2020-09-15
ifdef out code that is no longer used in here. once we are certain
Bob Beck
2020-09-14
simplify RETURN VALUES for x509_verify(3) after beck@ made the rules
Ingo Schwarze
2020-09-14
Add initial man page for new x509_verify chain validator
Bob Beck
2020-09-14
Set error if we are given an NULL ctx in x509_verify, and set error
Bob Beck
2020-09-14
nuke a stray space
Theo Buehler
2020-09-14
Fix potential leak when tmpext fails to be added to
Bob Beck
2020-09-14
remove unneeded variable "type".
Bob Beck
2020-09-14
Don't leak names on success
Bob Beck
2020-09-14
remove unneded variable "time1"
Bob Beck
2020-09-14
remove unneded variable "time"
Bob Beck
2020-09-14
fix bug introduced on review where refactor made it possible to
Bob Beck
2020-09-14
re-enable new x509 chain verifier as the default
Bob Beck
2020-09-14
Correctly fix double free introduced on review.
Bob Beck
2020-09-14
Fix double free - review moved the pop_free of roots to x509_verify_ctx_free
Bob Beck
2020-09-14
revert previous, need to fix a problem
Bob Beck
2020-09-14
Enable the use of the new x509 chain validator by default.
Bob Beck
2020-09-13
Add new x509 certificate chain validator in x509_verify.c
Bob Beck
2020-09-12
Unindent a bit of code that performs a few too many checks to
Theo Buehler
2020-09-12
Avoid an out-of-bounds access in BN_rand()
Theo Buehler
2020-09-12
Change over to use the new x509 name constraints verification.
Bob Beck
2020-09-12
Include machine/endian.h in gost2814789.c
Kinichiro Inoguchi
2020-09-11
Add x509_constraints.c - a new implementation of x509 name constraints, with
Bob Beck
2020-09-11
Add issuer cache, to be used by upcoming changes to validation code.
Bob Beck
2020-09-09
Import latest OPENSSL_NO_* flags from OpenSSL 1.1.1g
Kinichiro Inoguchi
2020-09-08
Mention that EC_KEY_get0_public_key returns a public key.
Theo Buehler
2020-09-03
Clean up asn1/x_info.c
Theo Buehler
2020-09-03
Remove unnecessary zeroing after recallocarray(3)
Theo Buehler
2020-08-29
define OPENSSL_NO_SSL_TRACE in opensslfeatures.h
Kinichiro Inoguchi
2020-08-06
delete another word to improve the wording; suggested by jmc@
Ingo Schwarze
2020-08-06
Explain the purpose of CMAC_resume(3) in more detail.
Ingo Schwarze
2020-07-25
remove half a dozen "goto" statements and a label
Ingo Schwarze
2020-07-24
tweak previous;
Jason McIntyre
2020-07-23
document PEM_X509_INFO_read(3) and PEM_X509_INFO_read_bio(3)
Ingo Schwarze
2020-07-23
Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to cause
Ingo Schwarze
2020-06-29
Disable assembly code for powerpc64; more work is needed to make it work.
Mark Kettenis
2020-06-28
Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn't
Mark Kettenis
2020-06-26
Accidentally doubled these files on first commit. Correcting.
Dale Rahn
2020-06-25
Intial attempt at powerpc64 libcrypto pieces.
Dale Rahn
2020-06-24
Properly document the return values of EVP_PKEY_base_id(3)
Ingo Schwarze
2020-06-24
use n-bit <noun> consistently; ok schwarze for the principal of the idea,
Jason McIntyre
2020-06-24
new manual page ChaCha(3);
Ingo Schwarze
2020-06-24
new manual page CMAC_Init(3);
Ingo Schwarze
2020-06-24
Document eight additional pre-OpenSSL-1.1 accessor functions that are
Ingo Schwarze
2020-06-19
mark the functions documented in des_read_pw(3) as deprecated
Ingo Schwarze
2020-06-19
document X509_get0_pubkey_bitstr(3),
Ingo Schwarze
2020-06-19
document error handling of X509_PUBKEY_get0(3) and X509_PUBKEY_get(3)
Ingo Schwarze
2020-06-19
Merge documentation of X509_get0_serialNumber(3) from OpenSSL-1.1.1
Ingo Schwarze
2020-06-15
Document EVP_read_pw_string_min(3)
Theo Buehler
[next]