aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Combine client initial handshake and renegotiation in initiate_handshake.lloyd2012-07-282-55/+39
* Fix DTLS version string.lloyd2012-07-285-15/+27
* Make Handshake_Writer non-copyablelloyd2012-07-281-0/+6
* Add format() hook to Handshake_Writer, so that Handshake_Hash does notlloyd2012-07-286-39/+34
* Add Public_Key::estimated_strength which gives an approximation of howlloyd2012-07-2712-14/+99
* Small doc tweakslloyd2012-07-275-20/+23
* Have the release script pull the datestamp from monotone, so it doeslloyd2012-07-253-17/+60
* Build on Sheevapluglloyd2012-07-241-0/+2
* Update for 1.11.0 release1.11.0lloyd2012-07-194-4/+6
* In RSA and RW signers, add the message contents to the RNG statelloyd2012-07-192-5/+9
* Fix divisibility check in DL_Group::make_dsa_generatorlloyd2012-07-191-3/+4
* Move EGD to the end of the priority list for entropy sources, as itlloyd2012-07-181-6/+6
* Add 1.8.14 release noteslloyd2012-07-183-3/+21
* Some changes to HMAC_RNG:lloyd2012-07-182-23/+13
* Add FAQ entry for old Pythons having issues with configurelloyd2012-07-181-0/+30
* Add check for out of range DH keyslloyd2012-07-171-0/+3
* Add helper for writing 24-bit integerlloyd2012-07-161-2/+12
* Add a class that handles writing handshake messages instead of pushinglloyd2012-07-1624-166/+248
* Sort by last namelloyd2012-07-131-5/+5
* Make page wider. QNX build report. Link to 1.10.2 notes in 1.10.3.lloyd2012-07-133-6/+10
* Add a set of power mod tests generated by python with highly regularlloyd2012-07-131-0/+2485
* Use uintptr_t in ptr_in_pool instead of size_t as uintptr_t is nowlloyd2012-07-132-6/+4
* Hook creating just the handshake reader vs the entire statelloyd2012-07-126-12/+12
* Add an optional parameter to TLS::Client specifying the port number.lloyd2012-07-129-48/+100
* Changes to version handling in support of DTLS work.lloyd2012-07-1216-78/+114
* Update the InnoSetup script:lloyd2012-07-113-19/+69
* Use subsections in 1.11.0 release notes.lloyd2012-07-114-32/+48
* More release process docslloyd2012-07-101-13/+22
* Traceback by default on an exception throwlloyd2012-07-101-3/+3
* Fix --output-dir which did not work at all. Make compatible withlloyd2012-07-101-53/+71
* Typo in the search and replacelloyd2012-07-101-2/+2
* Add deleted copy constructors/assignment operators where appropriate.lloyd2012-07-1014-18/+67
* Add a basic outline of how releases occur while it is fresh in mylloyd2012-07-102-0/+44
* Add relnotes and update download links for 1.10.3lloyd2012-07-103-3/+15
* Add a patch from Markus Wanner that extends DataSource (includinglloyd2012-07-0910-0/+72
* Add TLS::Channel::new_handshake_state which abstracts creating thelloyd2012-07-096-11/+27
* More Doxygen warning fixeslloyd2012-07-093-0/+15
* Doxygen warning fixeslloyd2012-07-096-6/+44
* Fix leak in read_ssh example, reported by Martin Olsson to the mailing listlloyd2012-07-091-2/+3
* Add a LZMA filter contributed by Vojtech Krallloyd2012-07-097-1/+422
* Ignoring key/crt/pem is obnoxious because monotone won't let you evenlloyd2012-07-091-1/+1
* Drop the support page as FlexSecure doesn't provide any info aboutlloyd2012-07-094-24/+15
* The messages for assertion checks were done both ways, both "assertionlloyd2012-07-0915-25/+29
* Fix for bug 209. Required some reworking of the ASN.1 bytestringlloyd2012-07-098-47/+86
* Remove BOTAN_ASSERT_FUNCTION, use __func__ which is now standard in C++11lloyd2012-07-092-41/+35
* Add a comment so I remember how to get warningslloyd2012-07-061-1/+3
* Doxygen commentslloyd2012-07-067-11/+133
* Add wikipedia extlinks target. Warn about SRP verifier being secretlloyd2012-07-062-2/+18
* Disable generating LaTeX Doxygen output as we don't really need it andlloyd2012-07-061-0/+8
* More Doxygen commentslloyd2012-07-062-3/+12