aboutsummaryrefslogtreecommitdiffstats
path: root/docs/spelling_wordlist.txt
Commit message (Collapse)AuthorAgeFilesLines
* add alternate signature OID for RSA with SHA1 + test and vector (#3227)Paul Kehrer2016-11-111-0/+1
| | | | | | * add alternate signature OID for RSA with SHA1 + test and vector * mozilla is a proper noun leave me alone spellchecker
* EC samples for verifying a singature, + serialization (#3076)Alex Railean2016-09-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | * first draft of verification and serialization * tweaks in the RST syntax * added example of deserialization * taking into account the returned value, so that doctests pass * adjusted rst syntax and indentation for code samples * removed print call * forgot to actually call splitlines * added missing argument when loading private key * added Deserialization to dictionary * made lines shorter to meet style requirements * applied requested changes in style
* Scrypt Implementation (#3117)Terry Chia2016-09-011-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Scrypt implementation. * Docs stuff. * Make example just an example and not a doctest. * Add changelog entry. * Docs cleanup. * Add more tests. * Add multibackend tests. * PEP8. * Add docs about Scrypt parameters. * Docs cleanup. * Add AlreadyFinalized.
* Mention that blake2 is not vulnerable to length-extension attacks (#3118)Alex Gaynor2016-08-291-0/+1
| | | | | | | | * Mention that blake2 is not vulnerable to length-extension attacks * SHA is sort of like a word, in the sense that I want the spellcheck to shut up about it * rephrase
* Attempt to debug wacky failures on the docs build on OS X (#3085)Alex Gaynor2016-08-091-0/+7
| | | | | | | | | | | | | | | | * empty commit * only run this one build * try pinning this * why wasn't this installed? * revert this * english, how does it work? * roll back these changes
* A few small cleanups (#3046)Alex Gaynor2016-07-181-9/+9
|
* Add flag to toggle key length check for HOTP and TOTP. (#3012)Terry Chia2016-07-161-0/+2
| | | | | | | | | | * Add an enforce_key_length parameter to HOTP and TOTP. * Document changes in docs. * Add some words to the wordlist. * Add versionadded to docs.
* Added a wordAlex Gaynor2016-02-191-0/+1
|
* port 1.1.2 changelog to masterPaul Kehrer2015-12-101-0/+1
|
* add 'hostname' to spellcheck dictionaryDominic Chen2015-10-101-0/+1
|
* FIPS is a real word!Cory Benfield2015-10-071-0/+1
|
* add a wordPaul Kehrer2015-10-021-0/+1
|
* Add X963KDF from ANSI X9.63:2001Simo Sorce2015-09-241-0/+1
| | | | | | | | | | The implemention allows the use a Hash function to implement a KDF very similar to ConcatKDFHash, just different enough to require a separate derivation function. Closes #2203 Signed-off-by: Simo Sorce <simo@redhat.com>
* Add bcrypt to word list.Terry Chia2015-08-301-0/+1
|
* Add Django to wordlist.Terry Chia2015-08-291-0/+1
|
* add some documentation around the requirement for xcode cli tools on macPaul Kehrer2015-07-041-0/+1
|
* add wildcard SAN x509 test vectorPaul Kehrer2015-06-231-0/+1
|
* Add the word 'Nonces' to docs/spelling_wordlist.txtEeshan Garg2015-05-201-0/+1
|
* add authority information access classesPaul Kehrer2015-05-021-0/+1
|
* try out some new beta docker travis featuresPaul Kehrer2015-04-131-0/+1
|
* Merge pull request #1727 from public/dh-key-iface-2015Paul Kehrer2015-04-091-0/+1
|\ | | | | DH key interfaces
| * DH key interfacesAlex Stapleton2015-04-051-0/+1
| |
* | Added some more words to our dictionary. These are needed for #1785Alex Gaynor2015-03-301-0/+3
|/
* Merge pull request #1503 from reaperhulk/serialize-some-keysAlex Stapleton2015-03-011-0/+2
|\ | | | | Support for traditional OpenSSL and PKCS8 RSA private key serialization
| * Support for traditional OpenSSL and PKCS8 RSA private key serializationPaul Kehrer2015-02-251-0/+2
| |
* | DH numbersAlex Stapleton2015-02-261-0/+1
|/
* implement signature_hash_algorithm insteadPaul Kehrer2015-02-141-0/+1
|
* make x509.Name iterable and address other review feedbackPaul Kehrer2015-02-131-0/+1
|
* this is a wordAlex Gaynor2014-12-121-0/+1
|
* link datetime better and add naïve to spelling listPaul Kehrer2014-11-241-0/+1
|
* small cleanup to docsPaul Kehrer2014-09-241-7/+0
|
* Updated spelling_wordlist.txtmichael-hart2014-09-241-0/+1
| | | | Updated the spelling list to allow for RSA in the vectors README.
* Update spelling_wordlist.txtmichael-hart2014-09-241-0/+6
| | | Added some keywords for vector documentation
* add the spelling wordlist additions as wellPaul Kehrer2014-08-211-0/+2
|
* Improve EC docsPaul Kehrer2014-07-041-0/+1
| | | | | | | | * Fix some typos in links * Reorder docs to prioritize example above Numbers classes * Add more info to changelog * Add `Lange` to spelling wordlist since it fails on my machine (but not on the CI...so weird)
* Advice on choosing a curveAlex Stapleton2014-07-031-0/+1
|
* Add preprocessor, preprocessors to word listLaurens Van Houtven2014-06-231-0/+2
|
* Add namespace, namespaces to word listLaurens Van Houtven2014-06-231-0/+2
|
* linux distribution names are words tooPaul Kehrer2014-06-161-0/+2
|
* ECDSA backendAlex Stapleton2014-06-071-0/+1
|
* Remove secp from spelling dictionaryAlex Stapleton2014-05-231-1/+0
|
* Elliptic curve interfacesAlex Stapleton2014-05-231-0/+2
|
* Conda is a word I guessAlex Gaynor2014-05-021-0/+1
|
* Rename OpenSSLSerializationBackendAlex Stapleton2014-04-251-0/+1
|
* botan is just as much of a word as opensslPaul Kehrer2014-04-081-0/+1
|
* Scrypt is a wordAlex Gaynor2014-03-011-0/+1
|
* OpenSSL "traditional" key format loading...Alex Stapleton2014-02-201-0/+2
| | | | Backend interface only.
* This is a real word, I swear to god it isAlex Gaynor2014-02-181-0/+1
|
* Sort the wordlist is a vaguely sensible wayAlex Stapleton2014-02-151-6/+6
| | | | This is `%!sort` in vim with LANG=en_US.UTF-8
* move around some material on the reviewing doc pagePaul Kehrer2014-02-111-0/+1
|