aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cleanup BigInt::cmplloyd2012-08-014-41/+43
* Move all BigInt constructors to the top of the decllloyd2012-08-011-81/+82
* Remove BigInt::assignlloyd2012-08-012-25/+24
* Remove BigInt(NumberType type, size_t n) and replace it with a staticlloyd2012-08-019-37/+24
* Remove all support for octal BigInt conversions.lloyd2012-08-014-39/+25
* 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-312-14/+4
* 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
* 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
* 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-279-13/+68
* Have the release script pull the datestamp from monotone, so it doeslloyd2012-07-251-4/+47
* 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
* Some changes to HMAC_RNG:lloyd2012-07-182-23/+13
* 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
* 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-126-35/+62
* Changes to version handling in support of DTLS work.lloyd2012-07-1216-78/+114
* Update the InnoSetup script:lloyd2012-07-111-12/+8
* 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 patch from Markus Wanner that extends DataSource (includinglloyd2012-07-099-0/+71
* 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
* Add a LZMA filter contributed by Vojtech Krallloyd2012-07-093-0/+411
* 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-095-47/+50
* 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
* Disable generating LaTeX Doxygen output as we don't really need it andlloyd2012-07-061-0/+8
* More Doxygen commentslloyd2012-07-062-3/+12