summaryrefslogtreecommitdiffstats
path: root/src/net/tls.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [xfer] Implement xfer_vreopen() to properly handle redirectionsMichael Brown2009-03-301-1/+1
* [crypto] Change cipher_{en,de}crypt() to void functionsMichael Brown2009-02-191-17/+5Star
* [crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithmMichael Brown2009-02-181-17/+17
* [crypto] Move AES_convert_key() hack into axtls_aes.cMichael Brown2009-02-181-4/+0Star
* [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
* [build] Keep gcc 4.4 happyMichael Brown2008-11-181-19/+18Star
* Make seek information part of the xfer metadata, rather than an entirelyMichael Brown2008-01-081-2/+0Star
* 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
* 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