| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove support for TLS v1.2 MD5 and SHA-224 signatures. | Jack Lloyd | 2016-03-17 | 1 | -7/+4 |
* | Add section on fork safety to rng manual | René Korthaus | 2016-03-08 | 1 | -0/+19 |
* | Fix formatting GH #415 | Jack Lloyd | 2016-02-17 | 2 | -24/+32 |
* | Update iOS build instructions | René Korthaus | 2016-02-07 | 1 | -16/+16 |
* | Misc doc updates | Jack Lloyd | 2016-01-04 | 3 | -7/+15 |
* | Remove references to deleted examples GH #339 | Jack Lloyd | 2015-12-19 | 4 | -36/+1 |
* | Replace path src/cmd/ by new src/cli/ in documentation | Simon Warta | 2015-12-11 | 5 | -16/+10 |
* | Add TLS_PSK tests | Jack Lloyd | 2015-11-13 | 1 | -1/+2 |
* | Merge pull request #314 from randombit/ct-tls-cbc-padding | Jack Lloyd | 2015-10-26 | 1 | -2/+4 |
|\ |
|
| * | TLS improvements | Jack Lloyd | 2015-10-25 | 1 | -2/+4 |
* | | Update doc for issuer_dn() and subject_dn() | Simon Warta | 2015-10-20 | 1 | -3/+3 |
* | | Remove redundant function definitions from docs | Simon Warta | 2015-10-20 | 1 | -10/+0 |
* | | Make Version_Code an enum type for documentation | Simon Warta | 2015-10-20 | 1 | -1/+1 |
* | | Update TLC::Client constructor documentation | Simon Warta | 2015-10-20 | 1 | -13/+14 |
* | | Update TLS::Server signature in docs | Simon Warta | 2015-10-20 | 1 | -14/+15 |
|/ |
|
* | Add `--minimized-build` which does the same thing as `--no-autoload` | Jack Lloyd | 2015-10-14 | 1 | -4/+4 |
* | McEliece cleanups | Jack Lloyd | 2015-09-29 | 2 | -0/+75 |
* | Remove the Perl XS module | Jack Lloyd | 2015-09-21 | 1 | -38/+0 |
* | Build with libc++ C++ standard library on clang for iOS | René Korthaus | 2015-08-29 | 1 | -1/+1 |
* | Remove references to removed APIs and algos | Jack Lloyd | 2015-07-29 | 4 | -97/+13 |
* | Fix random_prime() indent in BigInt docs | Simon Warta | 2015-07-27 | 1 | -5/+5 |
* | Fix typos | Simon Warta | 2015-07-24 | 5 | -9/+9 |
* | Update building documentation | Simon Warta | 2015-07-15 | 1 | -26/+24 |
* | Simplify the website and documentation layout. | Jack Lloyd | 2015-07-03 | 3 | -44/+11 |
* | Add compression doc to index | lloyd | 2015-06-19 | 1 | -1/+1 |
* | Remove RC4 (and all support for stream ciphers) from TLS | lloyd | 2015-05-15 | 1 | -2/+2 |
* | Update compression docs | lloyd | 2015-05-10 | 2 | -42/+52 |
* | Add ALPN (RFC 7301) and remove NPN | lloyd | 2015-03-20 | 1 | -22/+17 |
* | Use /usr/bin/env to find python in the install script, Python doc updates | lloyd | 2015-03-10 | 1 | -7/+10 |
* | Doc updates | lloyd | 2015-02-28 | 3 | -7/+47 |
* | Update relnotes and todo, fix python signature | lloyd | 2015-02-19 | 1 | -1/+1 |
* | Python: docs, key agreement, fix bcrypt trailing null byte. | lloyd | 2015-02-16 | 2 | -1/+224 |
* | Add new module `ffi` which provides a plain C interface, plus a new | lloyd | 2015-02-16 | 3 | -15/+108 |
* | Mark modules pulling in external deps (zlib, boost, etc) as such, and | lloyd | 2015-02-06 | 1 | -40/+22 |
* | Add typedefs for function signatures/types used in TLS for easier reading | lloyd | 2015-01-27 | 1 | -31/+37 |
* | Add Strict_Policy. Disable server initiated renegotiation by default. | lloyd | 2015-01-23 | 1 | -5/+8 |
* | Update TLS OCB ciphersuites to match draft-zauner-tls-aes-ocb-00 | lloyd | 2015-01-21 | 1 | -0/+3 |
* | Remove SSLv3 and handling of SSLv2 client hellos. | lloyd | 2015-01-11 | 1 | -22/+15 |
* | Convert the asio server from a weird example server to a generic proxy server. | lloyd | 2015-01-10 | 1 | -7/+3 |
* | Change TLS session encryption to use AES-256/GCM instead of CBC+HMAC | lloyd | 2015-01-08 | 1 | -3/+5 |
* | Fix doc bugs | lloyd | 2015-01-05 | 2 | -2/+2 |
* | Add DTLS-SRTP key establishment from RFC 5764 (required for WebRTC). | lloyd | 2015-01-04 | 1 | -4/+5 |
* | Add ChaCha20Poly1305 TLS ciphersuites compatible with Google's implementation | lloyd | 2014-12-31 | 1 | -9/+10 |
* | More info on AEAD decryption handling | lloyd | 2014-12-31 | 1 | -0/+10 |
* | Update TLS doc | lloyd | 2014-12-20 | 1 | -11/+26 |
* | Make the connection between calling TLS::Channel::send and a new | lloyd | 2014-12-13 | 1 | -3/+9 |
* | A TLS Server can now process either TLS or DTLS but not either, | lloyd | 2014-11-15 | 1 | -7/+12 |
* | Replace Transformatio::nstart with start_raw so we can do a full set | lloyd | 2014-11-05 | 1 | -1/+1 |
* | Various small fixes and cleanups, new is_prime util | lloyd | 2014-11-03 | 1 | -0/+8 |
* | Correct documentation | lloyd | 2014-10-14 | 1 | -1/+1 |