| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [crypto] Rename aes_algorithm to aes_cbc_algorithm | Michael Brown | 2009-02-18 | 1 | -2/+2 | |
| | | ||||||
| * | [tls] Use our own ASN.1 routines for certificate parsing | Michael Brown | 2009-02-10 | 1 | -67/+110 | |
| | | | | | | | Use our own, more robust, ASN.1 parsing routines to extract the RSA public key from a server certificate. Remove the now-unused AXTLS ASN.1 parser. | |||||
| * | [build] Keep gcc 4.4 happy | Michael Brown | 2008-11-18 | 1 | -19/+18![]() | |
| | | | | | | gcc 4.4 adds another few warnings, and also seems to complain if we place %ebp in the clobber list for any inline asm. | |||||
| * | Make seek information part of the xfer metadata, rather than an entirely | Michael Brown | 2008-01-08 | 1 | -2/+0![]() | |
| | | | | | | | | separate xfer method. Add missing .alloc_iob entries to several xfer_interface_operations structures. | |||||
| * | Various warnings fixups for OpenBSD with gcc-3.3.5. | Michael Brown | 2007-12-07 | 1 | -1/+1 | |
| | | ||||||
| * | use malloc attribute | Holger Lubitz | 2007-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | tls_change_cipher() can complain about null cipher and digest | Michael Brown | 2007-07-30 | 1 | -4/+2![]() | |
| | | | | | | | algorithms; we only need the pubkey check disabled (and only because pubkey algorithms are not yet integrated into the crypto_algorithm subsystem). | |||||
| * | Change #warnings to FIXMEs, so that we can build without NO_WERROR=1 | Michael Brown | 2007-07-30 | 1 | -8/+11 | |
| | | ||||||
| * | TLS now working again. | Michael Brown | 2007-07-30 | 1 | -0/+1732 | |

