Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | http post fetching using libcurl implemented | Andreas Steffen | 2007-03-07 | 3 | -10/+170 | |
| | ||||||
* | added fetcher.h and fetcher.c | Andreas Steffen | 2007-03-07 | 1 | -0/+1 | |
| | ||||||
* | added | Andreas Steffen | 2007-03-07 | 2 | -0/+132 | |
| | ||||||
* | corrected @ingroup to utils | Andreas Steffen | 2007-03-07 | 1 | -1/+1 | |
| | ||||||
* | corrected comment | Andreas Steffen | 2007-03-07 | 1 | -1/+1 | |
| | ||||||
* | start ocsp checking only if there are any ocspuris present | Andreas Steffen | 2007-03-07 | 1 | -1/+9 | |
| | ||||||
* | nonce in ocsp_t was not properly initialized | Andreas Steffen | 2007-03-07 | 1 | -0/+1 | |
| | ||||||
* | ocsp request is now fully built but without requestor signature | Andreas Steffen | 2007-03-07 | 1 | -12/+85 | |
| | ||||||
* | starting to build ocsp request | Andreas Steffen | 2007-03-06 | 3 | -54/+299 | |
| | ||||||
* | added print hook for certinfo_t printing | Andreas Steffen | 2007-03-06 | 1 | -0/+2 | |
| | ||||||
* | fixed typo | Andreas Steffen | 2007-03-06 | 1 | -1/+1 | |
| | ||||||
* | iterate certinfos linked list for matching serialNumber | Andreas Steffen | 2007-03-05 | 3 | -2/+45 | |
| | ||||||
* | refactored ca_info_t | Andreas Steffen | 2007-03-03 | 2 | -26/+259 | |
| | ||||||
* | added ocsp.h and ocsp.c | Andreas Steffen | 2007-02-28 | 1 | -0/+1 | |
| | ||||||
* | added | Andreas Steffen | 2007-02-28 | 2 | -0/+301 | |
| | ||||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 6 | -26/+134 | |
| | ||||||
* | fixed big endian bug in md5 hasher | Martin Willi | 2007-02-28 | 1 | -1/+1 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2007-02-27 | 1 | -10/+15 | |
| | ||||||
* | added once flag to certinfo_t | Andreas Steffen | 2007-02-27 | 1 | -0/+5 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2007-02-27 | 1 | -10/+10 | |
| | ||||||
* | added certinfos linked list | Andreas Steffen | 2007-02-27 | 1 | -24/+33 | |
| | ||||||
* | added support of OCSP accessLocations | Andreas Steffen | 2007-02-25 | 2 | -10/+31 | |
| | ||||||
* | correct interface definition | Andreas Steffen | 2007-02-25 | 1 | -1/+1 | |
| | ||||||
* | full support of ca info records | Andreas Steffen | 2007-02-24 | 2 | -29/+216 | |
| | ||||||
* | added the create_crluri_iterator method | Andreas Steffen | 2007-02-24 | 2 | -0/+17 | |
| | ||||||
* | alphabetically sorting print commands | Andreas Steffen | 2007-02-24 | 1 | -21/+21 | |
| | ||||||
* | listing ca_info items | Andreas Steffen | 2007-02-24 | 1 | -39/+28 | |
| | ||||||
* | replace printf.h by stdio.h | Andreas Steffen | 2007-02-24 | 1 | -1/+1 | |
| | ||||||
* | addin get_keyid() method | Andreas Steffen | 2007-02-24 | 2 | -1/+18 | |
| | ||||||
* | support of ca info records | Andreas Steffen | 2007-02-23 | 3 | -16/+287 | |
| | ||||||
* | added PRINT_CAINFO hook | Andreas Steffen | 2007-02-14 | 1 | -0/+2 | |
| | ||||||
* | merged EAP framework from branch into trunk | Martin Willi | 2007-02-12 | 18 | -98/+721 | |
| | | | | | includes a lot of other modifications | |||||
* | removed my time_t printf handler patch, applied the one of andreas (64bit save) | Martin Willi | 2007-02-08 | 5 | -30/+32 | |
| | ||||||
* | fixed printf() hooks for time | Martin Willi | 2007-02-08 | 4 | -23/+23 | |
| | ||||||
* | renamed all static clone() functions to avoid naming conflicts with uclibc | Martin Willi | 2007-02-01 | 2 | -4/+4 | |
| | ||||||
* | fixed 64 bit issue with print time | Andreas Steffen | 2007-01-20 | 5 | -24/+39 | |
| | ||||||
* | fixed HAVE_BACKTRACE checks | Martin Willi | 2006-12-11 | 1 | -1/+3 | |
| | | | | starter Makefile now uses proper $(COMPILE) to build pluto objects | |||||
* | made backtrace() calls optional to support uClibc | Martin Willi | 2006-12-06 | 1 | -0/+2 | |
| | ||||||
* | fixed very old bug in linked_list's remove_first and remove_last | Martin Willi | 2006-11-02 | 1 | -10/+18 | |
| | ||||||
* | removed iterator hook for replace | Martin Willi | 2006-11-02 | 1 | -1/+1 | |
| | ||||||
* | solved 64 bit issue by changing long to int | Andreas Steffen | 2006-11-01 | 2 | -10/+13 | |
| | ||||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 49 | -806/+913 | |
| | | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements | |||||
* | moved typedefs to beginning of files to solve some include problems | Martin Willi | 2006-10-30 | 24 | -117/+92 | |
| | | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups | |||||
* | do not sanitize '*' character | Andreas Steffen | 2006-10-30 | 1 | -7/+8 | |
| | ||||||
* | chunk_to_hex() function declaration deleted | Andreas Steffen | 2006-10-28 | 1 | -6/+0 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2006-10-28 | 1 | -13/+13 | |
| | ||||||
* | spaces should not be sanitized | Andreas Steffen | 2006-10-27 | 1 | -0/+1 | |
| | ||||||
* | improved signal handling and emitting | Martin Willi | 2006-10-26 | 1 | -6/+58 | |
| | ||||||
* | fixed two bugs in the time_t and chunk_ct print functions | Andreas Steffen | 2006-10-25 | 1 | -5/+2 | |
| | ||||||
* | redesigned format of print function | Andreas Steffen | 2006-10-25 | 2 | -46/+55 | |
| |