aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Add a basic speed test for McEliecelloyd2014-12-081-0/+10
* Remove the Overbeck conversion at Dr. Strenzke's request.lloyd2014-12-063-229/+0
* Add KEM scheme for McEliecefstrenzke2014-12-063-0/+111
* Nullptr cleanuplloyd2014-12-061-1/+1
* Untested support for using CryptGenRandom in System_RNGlloyd2014-12-061-0/+32
* Add an easy way to directly use the system PRNG.lloyd2014-12-023-0/+117
* GCC 4.9 fixeslloyd2014-12-022-1/+3
* Add OIDs for Twofish, Serpent, and McEliecelloyd2014-11-291-0/+4
* Move all PK workfactor esstimators to workfactors.*lloyd2014-11-295-5/+33
* Add an implementation of McEliece encryption based on HyMESfstrenzke2014-11-2623-13/+3366
* On Windows fs::path::native() is a u16 stringlloyd2014-11-221-1/+1
* Cleanup PBES2 and add GCM supportlloyd2014-11-1912-468/+267
* Remove use of filters/pipelloyd2014-11-192-25/+13
* Add gzip compression transform and compress command line prog.lloyd2014-11-197-73/+174
* Remove unused includeslloyd2014-11-187-7/+0
* Convert compression filters to in-place transforms and refactorlloyd2014-11-1826-1193/+1061
* Fix warnings in Altivec header and add AltiVec detection for POWER8lloyd2014-11-162-40/+39
* Not helpfullloyd2014-11-161-1/+0
* Add some util functions for timing attack countermeasures from Falkolloyd2014-11-153-0/+103
* A TLS Server can now process either TLS or DTLS but not either,lloyd2014-11-1510-75/+181
* Add specialized reduction for P-521 along with 9x9 Comba routines.lloyd2014-11-1511-12/+461
* RAII and m_ namespace cleanupslloyd2014-11-072-54/+46
* OCB cleanup and additional testslloyd2014-11-072-51/+46
* RAII cleanupslloyd2014-11-073-65/+57
* Replace Transformatio::nstart with start_raw so we can do a full setlloyd2014-11-0522-43/+63
* These should be template specializationslloyd2014-11-051-5/+7
* Let TLS policy disable putting the timestamp in the hello random fieldslloyd2014-11-046-11/+25
* Use noexcept on swaplloyd2014-11-041-1/+1
* Remove pubkey filters, broken for a long time and not usefullloyd2014-11-043-214/+0
* Typolloyd2014-11-041-1/+1
* Cleanup handling of TLS AEAD nonce sizes, push all knowledge of whatlloyd2014-11-036-186/+193
* Various small fixes and cleanups, new is_prime utillloyd2014-11-0310-24/+38
* Fix various warnings from VC++ 2014 and add missing includelloyd2014-10-3112-37/+39
* No need to pass version by referencelloyd2014-10-312-2/+2
* Add TLS fallback signalling (draft-ietf-tls-downgrade-scsv-00)lloyd2014-10-319-26/+69
* Fix error in add_str2oid call, github pull req 28etcimon2014-10-311-1/+1
* If the server offers us a SCSV instead of a real ciphersuite send a fatal alertlloyd2014-10-303-0/+17
* Add support for DTLS handshake timeouts and retransmissions.lloyd2014-10-068-65/+224
* Specify version number in message when we reject due to policylloyd2014-10-062-2/+4
* Handle new source filelloyd2014-10-061-4/+0
* Fix decoding indefinite length BER constructs that contain a contextlloyd2014-09-271-1/+1
* Don't bother polling std:: clocks if we have clock_gettimelloyd2014-08-091-32/+22
* Asserts here are nicelloyd2014-08-091-2/+7
* Move mul and square operations on a elliptic curve to CurveGFp so welloyd2014-08-094-213/+279
* Have clear_mem just be a plain memset and only call the (slow)lloyd2014-08-092-2/+2
* Fix header guard for amalgamationlloyd2014-07-031-2/+2
* Erroring on strict-overflow is a little too strict, GCC 4.9 is smartlloyd2014-05-261-11/+8
* Correct CCM for L != 2. Bugzilla 270lloyd2014-05-161-1/+1
* merge of 'ae7e800adaf5627c6033a09814b7e3644e7d92b7'lloyd2014-05-161-3/+2
|\
| * Avoid GCC 4.9 strict-overflow warninglloyd2014-05-031-3/+2