summaryrefslogtreecommitdiffstats
path: root/src/net/tls.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [crypto] Rename aes_algorithm to aes_cbc_algorithmMichael Brown2009-02-181-2/+2
|
* [tls] Use our own ASN.1 routines for certificate parsingMichael Brown2009-02-101-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 happyMichael Brown2008-11-181-19/+18Star
| | | | | 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 entirelyMichael Brown2008-01-081-2/+0Star
| | | | | | | 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 Brown2007-12-071-1/+1
|
* use malloc attributeHolger Lubitz2007-08-201-1/+1
|
* tls_change_cipher() can complain about null cipher and digestMichael Brown2007-07-301-4/+2Star
| | | | | | 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=1Michael Brown2007-07-301-8/+11
|
* TLS now working again.Michael Brown2007-07-301-0/+1732