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
/
usr.bin
/
openssl
Age
Commit message (
Expand
)
Author
2021-12-12
Convert req.c to compile with opaque EVP_MD_CTX.
Theo Buehler
2021-12-12
Convert passwd.c to opaque EVP_MD_CTX and add a bit of error checking.
Theo Buehler
2021-12-12
Make speed.c compile with opaque EVP_CIPHER, EVP_MD and HMAC_CTX.
Theo Buehler
2021-12-12
A few more simplifications using get0_pubkey instead of get_pubkey + free.
Theo Buehler
2021-12-12
Simplify x509.c slightly by using X509_get0_pubkey() instead of
Theo Buehler
2021-12-12
Make x509.c compile with opaque EVP_PKEY.
Theo Buehler
2021-12-12
Use correct spelling of NULL
Theo Buehler
2021-12-12
Make ts.c compile with opaque EVP_MD_CTX.
Theo Buehler
2021-12-07
Simple conversion to opaque EVP_CIPHER.
Theo Buehler
2021-12-06
Clean up a bunch of dead code in s_server.c and s_socket.c
Theo Buehler
2021-11-26
openssl(1): drop support for netscape certificates and server gated keys.
Theo Buehler
2021-11-25
We know how to print a size_t now. Drop a comment and a cast.
Theo Buehler
2021-11-21
Tweak for opaque EVP_MD: use EVP_MD_type(dgst) instead of dgst->type.
Theo Buehler
2021-11-20
Convert openssl(1) to using BN_GENCB on the heap
Theo Buehler
2021-11-20
typo in comment
Theo Buehler
2021-10-31
Various minor adjustments to make openssl(1) compile with opaque
Theo Buehler
2021-10-25
Garbage collect another unused variable.
Jeremie Courreges-Anglas
2021-10-23
Preapre x509.c for upcoming libcrypto bump
Theo Buehler
2021-10-23
Fix some whitespace issues, some pointed out by jsing, some found in
Theo Buehler
2021-10-23
Prepare s_server for opaque structs in libcrypto
Theo Buehler
2021-10-23
Prepare crl.c for opaque structs in libcrypto.
Theo Buehler
2021-10-23
Prepare pcks12 for opaque structs in libcrypto
Theo Buehler
2021-10-23
Stop reaching into structs that will become opaque in ca.c
Theo Buehler
2021-10-23
Nuke the asn1-kludge. This was a workaround for CAs with broken PCKS#10
Theo Buehler
2021-10-23
Add a length check before NUL-terminating target. From Jonas Termansen.
Theo Buehler
2021-10-22
Garbage collect an unused variable.
Theo Buehler
2021-10-22
Stop setting enc.modified manually. It's no longer needed.
Theo Buehler
2021-09-23
Remove an unused variable and a pointless label.
Theo Buehler
2021-09-05
new sentence, new line, and tweak wording of previous;
Jason McIntyre
2021-09-05
Remove unused variable tmptm in do_body of openssl(1) ca
Kinichiro Inoguchi
2021-09-05
Using serial number instead as subject if it is empty in openssl(1) ca
Kinichiro Inoguchi
2021-09-05
Check extensions before setting version to v3
Kinichiro Inoguchi
2021-09-05
Use accessor method rather than direct X509 structure access
Kinichiro Inoguchi
2021-09-02
Use defined constants
Kinichiro Inoguchi
2021-09-02
Add DB_TYPE_SUSP
Kinichiro Inoguchi
2021-09-02
Move subject check process after the subject edit process
Kinichiro Inoguchi
2021-08-30
Clean up end of do_body in openssl(1) ca
Kinichiro Inoguchi
2021-08-30
Remove NULL check before free in openssl(1) ca
Kinichiro Inoguchi
2021-08-29
Do not call X509_alias_get0(3) with NULL as the second argument.
Ingo Schwarze
2021-08-29
Start naccept .desc with a capital
Theo Buehler
2021-08-29
Implement -naccept in the s_server.
Theo Buehler
2021-08-28
Add RCS marker
Theo Buehler
2021-08-28
Check X509_get_notAfter return value in openssl(1) ca.c
Kinichiro Inoguchi
2021-08-28
Use strndup instead of malloc, memcpy and NULL termination in openssl(1) ca.c
Kinichiro Inoguchi
2021-08-28
Remove ASN1_TIME_new and use NULL for X509_gmtime_adj, free tmptm in err path
Kinichiro Inoguchi
2021-08-28
Unwrap lines in openssl(1) ca.c
Kinichiro Inoguchi
2021-08-28
Avoid leak with X509_REVOKED variable in openssl(1) ca.c
Kinichiro Inoguchi
2021-08-28
Checking the return value in openssl(1) ca.c
Kinichiro Inoguchi
2021-07-24
Compare strcmp and strcasecmp return value with zero
Kinichiro Inoguchi
2021-07-20
Check pointer variable if it is NULL in ca.c
Kinichiro Inoguchi
[next]