aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual
Commit message (Expand)AuthorAgeFilesLines
* Add Stateful_RNGJack Lloyd2016-07-171-82/+51
* Fix bug that prevents LaTeX documentation from being builtMouse2016-06-171-1/+1
* Remove Transform base classJack Lloyd2016-04-211-27/+63
* Fix formatting bugs in TLS docJack Lloyd2016-04-131-11/+6
* Remove support for TLS v1.2 MD5 and SHA-224 signatures.Jack Lloyd2016-03-171-7/+4
* Add section on fork safety to rng manualRené Korthaus2016-03-081-0/+19
* Fix formatting GH #415Jack Lloyd2016-02-172-24/+32
* Update iOS build instructionsRené Korthaus2016-02-071-16/+16
* Misc doc updatesJack Lloyd2016-01-043-7/+15
* Remove references to deleted examples GH #339Jack Lloyd2015-12-194-36/+1
* Replace path src/cmd/ by new src/cli/ in documentationSimon Warta2015-12-115-16/+10
* Add TLS_PSK testsJack Lloyd2015-11-131-1/+2
* Merge pull request #314 from randombit/ct-tls-cbc-paddingJack Lloyd2015-10-261-2/+4
|\
| * TLS improvementsJack Lloyd2015-10-251-2/+4
* | Update doc for issuer_dn() and subject_dn()Simon Warta2015-10-201-3/+3
* | Remove redundant function definitions from docsSimon Warta2015-10-201-10/+0
* | Make Version_Code an enum type for documentationSimon Warta2015-10-201-1/+1
* | Update TLC::Client constructor documentationSimon Warta2015-10-201-13/+14
* | Update TLS::Server signature in docsSimon Warta2015-10-201-14/+15
|/
* Add `--minimized-build` which does the same thing as `--no-autoload`Jack Lloyd2015-10-141-4/+4
* McEliece cleanupsJack Lloyd2015-09-292-0/+75
* Remove the Perl XS moduleJack Lloyd2015-09-211-38/+0
* Build with libc++ C++ standard library on clang for iOSRené Korthaus2015-08-291-1/+1
* Remove references to removed APIs and algosJack Lloyd2015-07-294-97/+13
* Fix random_prime() indent in BigInt docsSimon Warta2015-07-271-5/+5
* Fix typosSimon Warta2015-07-245-9/+9
* Update building documentationSimon Warta2015-07-151-26/+24
* Simplify the website and documentation layout.Jack Lloyd2015-07-033-44/+11
* Add compression doc to indexlloyd2015-06-191-1/+1
* Remove RC4 (and all support for stream ciphers) from TLSlloyd2015-05-151-2/+2
* Update compression docslloyd2015-05-102-42/+52
* Add ALPN (RFC 7301) and remove NPNlloyd2015-03-201-22/+17
* Use /usr/bin/env to find python in the install script, Python doc updateslloyd2015-03-101-7/+10
* Doc updateslloyd2015-02-283-7/+47
* Update relnotes and todo, fix python signaturelloyd2015-02-191-1/+1
* Python: docs, key agreement, fix bcrypt trailing null byte.lloyd2015-02-162-1/+224
* Add new module `ffi` which provides a plain C interface, plus a newlloyd2015-02-163-15/+108
* Mark modules pulling in external deps (zlib, boost, etc) as such, andlloyd2015-02-061-40/+22
* Add typedefs for function signatures/types used in TLS for easier readinglloyd2015-01-271-31/+37
* Add Strict_Policy. Disable server initiated renegotiation by default.lloyd2015-01-231-5/+8
* Update TLS OCB ciphersuites to match draft-zauner-tls-aes-ocb-00lloyd2015-01-211-0/+3
* Remove SSLv3 and handling of SSLv2 client hellos.lloyd2015-01-111-22/+15
* Convert the asio server from a weird example server to a generic proxy server.lloyd2015-01-101-7/+3
* Change TLS session encryption to use AES-256/GCM instead of CBC+HMAClloyd2015-01-081-3/+5
* Fix doc bugslloyd2015-01-052-2/+2
* Add DTLS-SRTP key establishment from RFC 5764 (required for WebRTC).lloyd2015-01-041-4/+5
* Add ChaCha20Poly1305 TLS ciphersuites compatible with Google's implementationlloyd2014-12-311-9/+10
* More info on AEAD decryption handlinglloyd2014-12-311-0/+10
* Update TLS doclloyd2014-12-201-11/+26
* Make the connection between calling TLS::Channel::send and a newlloyd2014-12-131-3/+9