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
/
sbin
/
iked
/
ca.c
Age
Commit message (
Expand
)
Author
2021-02-24
Use ASN1_STRING_get0_data() instead of the deprecated ASN1_STRING_data().
tobhe
2021-02-07
Free X509_STOREs in ca_shutdown().
tobhe
2021-02-04
Upgrade to OpenSSL 1.1 compatible crypto API. Add additional
tobhe
2020-12-05
Make len unsigned.
tobhe
2020-11-04
Add check for static id size.
tobhe
2020-10-09
More unused headers.
tobhe
2020-10-09
Remove unused "wait.h" includes.
tobhe
2020-09-23
Add new 'set cert_partial_chain' config option to allow verification of
tobhe
2020-09-08
Fix auth method negotiation for IKEV2_CERT_X509_CERT. If a cert matching
tobhe
2020-08-21
Use trusted CA from /etc/iked/ca/ as OCSP issuer to get rid of
tobhe
2020-08-18
Add optional time-stamp validaten for ocsp. The new optional 'tolerate'
tobhe
2020-08-16
Clean up unused parameters.
tobhe
2020-08-14
Clean up unused variables.
tobhe
2020-07-27
Fix return value check for openssl API used during pubkey validation.
tobhe
2020-07-15
Make CERT and CERTREQ payloads optional for public key authentication.
tobhe
2020-06-25
Silence ca_validate_pubkey() error message for cert type
tobhe
2020-06-17
Fix length check in ca_getreq().
tobhe
2020-05-08
Remove unneccessary X509_NAME_oneline wrapper. Passing NULL as buf
tobhe
2020-04-12
"could not open public key" is an error and should be log_info.
tobhe
2020-04-10
Only make the type part of the idstring lowercase when looking for certs in
tobhe
2020-04-08
Prevent multiple ibuf leaks. Clean up on proccess shutdown.
tobhe
2020-04-07
Always prefer generic signature authentication (RFC 7427) , not just for RSA.
tobhe
2020-04-06
Fix pubkey leak in CA process for ASN1_DN IDs.
tobhe
2020-04-01
Properly handle multiple CERTREQ payloads in CA process. Only for the
tobhe
2020-03-31
Log summary of certificates in cert store when iked fails to find a
tobhe
2020-03-27
Adjust cert type when choosing public key fallback.
tobhe
2020-03-24
Add ikev2_print_static_id() to print static IDs in log_debug() output.
tobhe
2020-03-24
Make our CERTREQ payload handling less strict. If we can not find a
tobhe
2020-01-15
Support multiple x509 extensions and extensions with multiple
tobhe
2020-01-15
If we don't find a certificate signed by a trusted CA
tobhe
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2019-02-27
update RFC references, from tobias_heider at genua.de, ok claudio@
Stuart Henderson
2017-10-30
In the subjectAltName comparison, the bzero before the while-loop was
Patrick Wildt
2017-10-27
Support multiple subjectAltNames by trying each existing until there
Patrick Wildt
2017-03-28
Add helpful debug messages to tell us why public key authentication failed.
Reyk Floeter
2017-03-27
Add support for RFC4754 (ECDSA) and RFC7427 authentication.
Reyk Floeter
2017-01-20
Make sure to free reference to the public key after decoding
Mike Belopuhov
2017-01-03
Fix pledge of the ca process by calling the right function on startup.
Reyk Floeter
2015-12-07
Sync proc.c, use shorter proc_compose[v]()
Reyk Floeter
2015-10-22
iked hereby pledges that it will run with restricted system
Reyk Floeter
2015-10-19
Remove the ikev1 stub - Since I started iked, it has an empty privsep
Reyk Floeter
2015-10-01
Fix interoperability with Apple iOS9: If we don't get a (valid)
Reyk Floeter
2015-08-21
Switch iked to C99-style fixed-width integer types.
Reyk Floeter
2015-03-26
initial support for RFC 7427 signatures, so we are no longer
Markus Friedl
2015-02-06
unneeded getopt.h
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-12-05
Specify correct number of iovecs when sending replies to the ikev2 proc
Mike Belopuhov
2014-07-10
add additional includes required to build with -DOPENSSL_NO_DEPRECATED
Jonathan Gray
2014-05-07
make authentication work with X509 certificates that don't have a
Markus Friedl
2014-05-05
ca_x509_serialize: don't leak the bio buffer; ok reyk@
Markus Friedl
[next]