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-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
2021-07-15
Wrap over 80 long lines in ca.c
Kinichiro Inoguchi
2021-07-15
Explicitly check pointer variable if it is NULL or not in ca.c
Kinichiro Inoguchi
2021-07-15
Remove space between '*' and pointer variable in ca.c
Kinichiro Inoguchi
2021-07-15
Use 'serial' rather than 'ser' in ca.c
Kinichiro Inoguchi
2021-07-15
Convert openssl(1) ca option handling
Kinichiro Inoguchi
2021-05-10
Replace unnecessary calls to EC_GROUP_get_curve_GF{p,2m}() with
Theo Buehler
2021-04-21
Fix const in previous. Pointed out by asou
Theo Buehler
2021-04-20
Add prototypes for EC_GROUP_get_curve_{GF2m,GFp}().
Theo Buehler
2021-04-07
Check function return value in openssl(1) x509.c
Kinichiro Inoguchi
2021-04-07
Avoid leak in error path
Kinichiro Inoguchi
2021-04-02
Show DTLS1.2 message with openssl(1) s_server and s_client
Kinichiro Inoguchi
2021-04-01
Compare the pointer variable explicitly with NULL in if condition
Kinichiro Inoguchi
2021-03-31
Remove workarounds for SSL_is_dtls()
Theo Buehler
2021-03-28
Fix duplicate SSL_is_dtls in libssl and apps.c
Kinichiro Inoguchi
2021-03-26
Sort header files and wrap long lines in x509.c
Kinichiro Inoguchi
2021-03-24
Convert openssl(1) x509 option handling
Kinichiro Inoguchi
2021-03-24
Add option type OPTION_ORDER
Kinichiro Inoguchi
[next]