aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove BigInt::get_reglloyd2012-08-013-13/+6
* Remove BigInt::operator[]. Use BigInt::word_at, which checks sizeslloyd2012-08-014-14/+12
* Remove BigInt::operator[] returning a mutable word referencelloyd2012-08-013-13/+9
* Rename the version of BigInt::data returning a mutable pointerlloyd2012-08-015-38/+38
* Remove the mutable version of BigInt::get_reglloyd2012-07-315-22/+18
* m_ namespace BigInt memberslloyd2012-07-313-40/+40
* Remove BigInt::grow_reg which was only used by a few tests.lloyd2012-07-313-18/+8
* Rename activate to more descriptive change_cipher_speclloyd2012-07-295-28/+41
* Use unique_ptr for handshake state, avoid lots of delete+nullptr assignlloyd2012-07-294-48/+43
* Clang warning about missing result typelloyd2012-07-291-1/+1
* If we're going to reject an insecure renegotiation, do it immediately,lloyd2012-07-293-41/+63
* Helper func for loading 24 bit valuelloyd2012-07-281-8/+15
* Pass protocol to initiate_handshakelloyd2012-07-282-5/+7
* OpenSSL gets cranky if we send application data mid handshakelloyd2012-07-281-3/+2
* 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