aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Update TLS OCB ciphersuites to match draft-zauner-tls-aes-ocb-00lloyd2015-01-211-17/+24
| | | | | and enable them in the default build, though still not enabled in the runtime policy.
* Save to file by defaultlloyd2015-01-211-5/+6
|
* Dead codelloyd2015-01-101-14/+0
|
* Move license text to a plain text file without ReST marketlloyd2015-01-101-2/+2
|
* Ensure all files have copyright and license info.lloyd2015-01-105-5/+5
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Dist script now defaults to tgz onlylloyd2015-01-081-1/+1
|
* In install, get version from build vars instead of directly fromlloyd2015-01-081-21/+17
| | | | | python file, as this broke if PYTHONPATH didn't contain '.' Github issue 39.
* The pkgconfig file should be installed relative to the library dirlloyd2015-01-071-5/+5
| | | | | | rather than the base destdir. Pointed out by hexchain in github pull 38. Version the docdir with the full version incl patch.
* Fix install script under Python3lloyd2015-01-062-12/+29
|
* Put the includes in the right (versioned) subdir on installlloyd2015-01-041-12/+14
|
* Output tweakslloyd2015-01-022-6/+9
|
* Add ChaCha20Poly1305 TLS ciphersuites compatible with Google's implementationlloyd2014-12-311-21/+14
|
* Printing too earlylloyd2014-12-221-4/+4
|
* Remove debug printlloyd2014-12-101-2/+0
|
* Combine release notes into single text file on installlloyd2014-12-062-12/+38
|
* Handle repeated installs into the same dir.lloyd2014-12-021-0/+32
| | | | Format and install the license text.
* Add specialized reduction for P-521 along with 9x9 Comba routines.lloyd2014-11-151-2/+2
| | | | | Roughly 35-50% faster on my laptop (depending on if mlock is enabled, the overhead in that allocator is becoming much more of a hotspot).
* Add a new Python install script and clean up the makefile templateslloyd2014-11-121-0/+171
|
* Add the script used to generate mp_comba.cpplloyd2014-11-041-0/+116
|
* Cleanup handling of TLS AEAD nonce sizes, push all knowledge of whatlloyd2014-11-031-3/+4
| | | | the nonce sizes should be down to the ciphersuite generating script.
* Various small fixes and cleanups, new is_prime utillloyd2014-11-031-1/+0
|
* Fix release scriptlloyd2014-02-221-0/+1
|
* Sort files in the dist archive by name instead of random (inode) orderlloyd2014-02-151-1/+7
|
* Add flag to enable ChaCha suites (draft-mavrogiannopoulos-chacha-tls-01)lloyd2014-02-081-5/+29
|
* Website tweaks. Rename TLS suite script options.lloyd2014-01-111-16/+14
|
* Add option processing to tls_suite_info scriptlloyd2014-01-071-22/+52
|
* Add a script for combining version .rst fileslloyd2014-01-061-0/+60
|
* Move Sphinx configlloyd2014-01-021-0/+55
|
* Cull remaining mostly dubious examples. Also remove readme.txtlloyd2014-01-016-0/+270
|
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-012-0/+635