Age | Commit message (Expand) | Author |
2004-08-10 | spacing | Theo de Raadt |
2004-08-08 | spacing | Theo de Raadt |
2004-06-17 | Evaluate result of X509_verify_cert() more carefully. | Hans-Joerg Hoexer |
2004-06-14 | avoid stat before open | Hans-Joerg Hoexer |
2004-06-14 | KNF, style, 80c, etc. hshoexer@ ok | Hakan Olsson |
2004-06-02 | remove unused BIO-functions. | Hans-Joerg Hoexer |
2004-05-23 | More KNF. Mainly spaces and line-wraps, no binary change. | Hans-Joerg Hoexer |
2004-04-15 | partial move to KNF. More to come. This has happened because there | Theo de Raadt |
2004-04-07 | -Wsign-compare nits. hshoexer@ ok. | Hakan Olsson |
2004-03-19 | Add missing bits to make already present privsep code work. Enable privsep. | Hans-Joerg Hoexer |
2004-01-06 | Remove redundant test for file types. Noted by Stefan Paletta. | Hans-Joerg Hoexer |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-11-06 | Style nits. | Hakan Olsson |
2003-06-10 | boring cleanups | Theo de Raadt |
2003-06-04 | Remove the rest of clauses 3 and 4. Approved by Niklas Hallqvist, Angelos | Hakan Olsson |
2003-06-03 | Cleanup. Use 'sizeof variable' instead of magic constants. | Hakan Olsson |
2003-04-09 | Less noise for missing crl dir, demoted to debug message. | Hakan Olsson |
2002-12-03 | LOG_DBG for missing ca/, certs/, crls/ dirs, not | Hakan Olsson |
2002-09-11 | signed vs unsigned, some void * arithmetic, from -pedantic. niklas@ ok. | Hakan Olsson |
2002-09-05 | Do not require the presence of subjectAltName in certificates used for | Hakan Olsson |
2002-08-29 | Work around arguably correct OpenSSL behaviour and only ask for CRL | Hakan Olsson |
2002-08-07 | A rewrite of the CRL support code, also from <Thomas.Walpuski@gmx.net>. | Hakan Olsson |
2002-08-02 | CRL support for isakmpd. From <Thomas.Walpuski@gmx.net> with some minor | Hakan Olsson |
2002-06-10 | Zap a few remaining libkeynote refs. | Hakan Olsson |
2002-06-10 | The dlopen() stuff goes away. | Hakan Olsson |
2002-06-01 | size_t must be cast to (unsigned long) and printed using %lu | Theo de Raadt |
2002-03-06 | Fix a couple of snprintf length bugs. Same problem <chris@stallion.oz.au> | Hakan Olsson |
2002-01-23 | the last few sprintf -> snprintf | Hakan Olsson |
2002-01-23 | strcpy->strlcpy, sprintf->snprintf | Hakan Olsson |
2002-01-03 | strftime format fixes. From Christo Butcher <christo@fox-it.com>. | Hakan Olsson |
2001-08-25 | Add x509_DN_string API to get a printable DN component given one | Niklas Hallqvist |
2001-08-16 | Don't right-justify this debug message. | Hakan Olsson |
2001-07-13 | Be more verbose about why X509_verify_cert() failed. Thanks to | Hakan Olsson |
2001-07-05 | Add prototypes and some other various cleanup. | Hakan Olsson |
2001-07-05 | On closer inspection, freeing the X509 names is bad. I should stop | Angelos D. Keromytis |
2001-07-05 | Free X509 names in case of failure and when done. | Angelos D. Keromytis |
2001-07-01 | Style | Niklas Hallqvist |
2001-06-22 | fix for filesystems where readdir does not return d_type, use stat instead. | Niels Provos |
2001-06-07 | log_error -> log_print | Angelos D. Keromytis |
2001-06-07 | No need to allocate/free X509 policy information -- the certs are | Angelos D. Keromytis |
2001-06-07 | Get rid of the main policy session (unnecessary). | Angelos D. Keromytis |
2001-06-05 | log_error() cleanup | Angelos D. Keromytis |
2001-06-05 | Bad niklas, re-committed redundant code. | Angelos D. Keromytis |
2001-06-05 | Style issues and commentary | Niklas Hallqvist |
2001-05-31 | New routines for handling X509 cert representation. | Angelos D. Keromytis |
2001-05-12 | size_t -> u_int32_t (mcmahill@mtl.mit.edu) | Angelos D. Keromytis |
2001-04-12 | Correct various faulty x509 deallocations. By Niklas and me. | Hakan Olsson |
2001-04-09 | More style fixes... | Hakan Olsson |
2001-04-03 | Don't free reallocated memory. | Hakan Olsson |
2001-03-27 | Allocate a buffer large enough to contain the generated assertion. | Hakan Olsson |