aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* If the CBC padding is incorrect, then assume the pad size is zero andlloyd2010-04-091-4/+10
* Present requested hostname (SNI extn) to TLS_Server userlloyd2010-03-302-0/+6
* Remove bad filenamelloyd2010-03-301-1/+0
* Instead of just discarding the extension size, confirm that thelloyd2010-03-301-1/+4
* Support TLS Extensions, specifically SNIlloyd2010-03-301-35/+29
* Constify assert_at_least. Add some helperslloyd2010-03-301-1/+17
* Add some magic numbers for TLS extension codeslloyd2010-03-301-0/+11
* Add a class that knows how to decode a (very small subset of) TLS datalloyd2010-03-306-61/+249
* Don't fail simply because the client sent a version code that we don'tlloyd2010-03-301-6/+0
* Fix server handshake.lloyd2010-03-302-15/+14
* Fix DSA TLS serverslloyd2010-03-301-1/+1
* Add support for TLS v1.1's per-record random IV. Tested against GnuTLS server.lloyd2010-03-307-12/+46
* Rename pad_amount to block_size, more accurate/descriptivelloyd2010-03-303-12/+20
* Also remove compression bits from record writerlloyd2010-03-251-14/+4
* Remove single byte versions of read and write - caused problems with overloadslloyd2010-03-251-3/+0
* Remove the bits for supporting compression - it was never actuallylloyd2010-03-252-19/+4
* Use size_t for lengths in Socket interfacelloyd2010-03-253-9/+9
* Allow adding engines dynamicallylloyd2010-03-243-17/+20
* Remove printfslloyd2010-03-231-17/+0
* Make Record_Reader event driven. Callers (eg TLS_Client andlloyd2010-03-236-45/+132
* Delete global RNG and the mutex in ~Library_Statelloyd2010-03-231-3/+5
* Don't delete the global RNG in AutoSeeded_RNG's destructorlloyd2010-03-231-1/+0
* Rename SecureVector::L param to INITIAL_LEN so as to be somewhat obvious as t...lloyd2010-03-231-2/+3
* Remove SecureBuffer, which is the fixed-size variant of SecureVector.lloyd2010-03-2363-137/+101
* Remove reference to no-longer existing function in docslloyd2010-03-221-6/+2
* Fix Doxygen comment for grow_tolloyd2010-03-221-4/+6
* Move class decls togetherlloyd2010-03-211-10/+10
* Move where pk_ops is included, remove rng.h from dl_algo.hlloyd2010-03-214-5/+3
* KeyPair::check_key's behavior of throwing an exception upon failure waslloyd2010-03-219-112/+75
* In add_entropy(), additionally poll for 64 bits of system entropylloyd2010-03-191-15/+20
* Don't require the AES module; if it's there its there, if it's notlloyd2010-03-192-4/+2
* Replace PointGFp::check_invaraints, which would either return silentlylloyd2010-03-196-55/+29
* Add a couple of new helper functions to BER_Decoder:lloyd2010-03-196-46/+42
* More warning flagslloyd2010-03-191-2/+2
* A number of changes to primality tests:lloyd2010-03-196-168/+46
* There are some nasty API problems that are caused by having to pass alloyd2010-03-1911-64/+119
* Don't call get_eme or get_kdf with name "Raw" (returns NULL); ideallylloyd2010-03-191-3/+3
* Initialize m_pk to null in constructorlloyd2010-03-171-0/+2
* The logic PointGFp::operator*= was basically doinglloyd2010-03-162-29/+31
* Shuffle functions for easier readinglloyd2010-03-162-74/+75
* Disable VC++ 4275 entirely; it also causes warnings when building thelloyd2010-03-161-2/+2
* Fix include. <botan/mp_core.h> was picking up the system installed version,lloyd2010-03-161-1/+1
* Add a couple of verification tests for GOST 34.10lloyd2010-03-161-3/+16
* Add a special handler for the case of doing a subtraction as in:lloyd2010-03-167-391/+470
* Name other params. Remove decls of functions that don't existlloyd2010-03-151-14/+36
* Name paramslloyd2010-03-151-16/+25
* Various microoptimizations, 5-12% improvementlloyd2010-03-151-8/+15
* Use a 4-bit wide window for point multiplicationlloyd2010-03-151-14/+21
* Rewrite point mult to make larger windows easierlloyd2010-03-151-7/+14
* Strength reduce on multiplies in PointGFplloyd2010-03-151-4/+5