Age | Commit message (Expand) | Author |
2021-12-13 | Cleanup libcrypto memory management. Remove redundant NULL checks | Tobias Heider |
2021-11-19 | Check stdrup() return value. | Tobias Heider |
2020-12-22 | Log SPI with SPI_SH() wherever possible. | tobhe |
2020-09-03 | Log OCSP url on connection failure. | tobhe |
2020-09-02 | Add 30s timeout for OCSP requests. | tobhe |
2020-09-01 | Log SPIs to make it easier to map OCSP messages to SAs. | tobhe |
2020-09-01 | Make OCSP response status logging less verbose. | tobhe |
2020-08-31 | Do not register a read/write callback on fd -1 (e.g. if connection failed). | tobhe |
2020-08-31 | Both ocsp_req_ctx and ocsp_req must be freed. Don't free ocsp_id as it | tobhe |
2020-08-31 | Use SA header (SPIs) to map OCSP connect requests to their respective | 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-17 | Fix possible leak of ocsp_id. | tobhe |
2020-08-16 | Clean up unused parameters. | tobhe |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2015-12-07 | Sync proc.c, use shorter proc_compose[v]() | Reyk Floeter |
2015-11-23 | Replace socket_set_blockmode() and fcntl(fd, F_SETFL, O_NONBLOCK) calls | Reyk Floeter |
2015-08-21 | Switch iked to C99-style fixed-width integer types. | Reyk Floeter |
2015-08-19 | Add missing OpenBSD CVS tag - no binary change | Reyk Floeter |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-04-28 | spacing | Reyk Floeter |
2014-04-22 | Update iked to use the same proc.c that relayd uses. | Reyk Floeter |
2014-02-17 | basic OCSP support. enable with 'set ocsp "http://10.0.0.10:8888/"' | Markus Friedl |