aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* add ec.private_key_from_secret_and_curve (#3225)Ofek Lev2016-11-112-0/+25
* Name: add support for multi-value RDNs (#3202)Fraser Tweedale2016-11-111-1/+20
* Make DistributionPoint relative_name a set of NameAttribute (#3210)Fraser Tweedale2016-11-071-1/+20
* Last pass over fixing the links (#3224)Alex Gaynor2016-11-067-8/+7
* Update the commoncrypto links (#3223)Alex Gaynor2016-11-062-2/+2
* Use the canonical host for two urls on the OpenSSL website (#3219)Alex Gaynor2016-11-062-2/+2
* Link to our implementation of scrypt, now that we have it (#3189)Alex Gaynor2016-10-071-2/+2
* Update installation.rst (#3188)Matt Thomas2016-10-031-1/+1
* EC samples for verifying a singature, + serialization (#3076)Alex Railean2016-09-252-0/+80
* Fixed #3143 -- added the mandatory serial number parameter (#3144)Alex Gaynor2016-09-091-0/+2
* Fix typo in `symmetric-encryption.rst` (#3138)Alex Chan2016-09-041-1/+1
* Clarified Windows development installation and docd upstream enchant bug (#3128)Nick Badger2016-09-032-6/+17
* support random_serial_number in the CertificateBuilder (#3132)Paul Kehrer2016-09-031-8/+21
* Add bounds checking for Scrypt parameters. (#3130)Terry Chia2016-09-021-0/+3
* Scrypt Implementation (#3117)Terry Chia2016-09-014-0/+144
* add support for signature_algorithm_oid to cert, CSR, and CRL (#3124)Paul Kehrer2016-08-311-0/+46
* some docs cleanups + changelog (#3122)Alex Gaynor2016-08-301-3/+2
* Mention that blake2 is not vulnerable to length-extension attacks (#3118)Alex Gaynor2016-08-292-1/+5
* blake2b/blake2s support (#3116)Paul Kehrer2016-08-281-0/+31
* Refs #3002 -- clearly document that OpenSSL 1.0 support will be removed in th...Alex Gaynor2016-08-271-1/+1
* OpenSSL 1.1.0 support (#2826)Paul Kehrer2016-08-261-0/+1
* Fix docs to clarify the less than 256 limit for Padding(). (#3099)Terry Chia2016-08-241-2/+2
* Update example code to use recommended 160 bits (#3088)Dave Brondsema2016-08-161-2/+2
* Update installation.rst (#3083)Akan Brown2016-08-081-1/+1
* Attempt to debug wacky failures on the docs build on OS X (#3085)Alex Gaynor2016-08-091-0/+7
* Add recommendation about terminology (#3079)Gabriel Orisaka2016-08-021-0/+5
* Remove provider language from docs (#3072)Gabriel Orisaka2016-07-319-70/+56
* Clarify what to pass to the sign-function (#3066)Loy2016-07-301-1/+1
* Removed provider language from asymmetric primitives docs (#3052)Gabriel Orisaka2016-07-265-132/+91
* Enforce that p > q to improve OpenSSL compatibility (fixes #2990) (#3010)Dirkjan Ochtman2016-07-191-1/+3
* Removed provider language from backend interfaces (#3047)Gabriel Orisaka2016-07-181-110/+81
* A few small cleanups (#3046)Alex Gaynor2016-07-182-11/+11
* Add flag to toggle key length check for HOTP and TOTP. (#3012)Terry Chia2016-07-162-2/+24
* One shot sign/verification ECDSA (#3029)Aviv Palivoda2016-07-022-5/+46
* one shot verify documentation fix (#3031)Aviv Palivoda2016-06-302-4/+4
* One shot sign/verify DSA (#3003)Aviv Palivoda2016-06-301-0/+53
* Fixed #3008 -- expose calculate max pss salt length (#3014)Alex Gaynor2016-06-271-4/+17
* rest syntaxAlex Gaynor2016-06-271-1/+1
* Remove some 0.9.8 cruft from the docs (#3015)Alex Gaynor2016-06-261-3/+1
* Fixes #2992 -- clearly link to a key dumping docs in serialization mo… (#3013)Alex Gaynor2016-06-251-0/+10
* Use `d` instead of `private_exponent` for consistency (#2991)Dirkjan Ochtman2016-06-221-4/+4
* Drop OpenSSL 0.9.8 (#2978)Alex Gaynor2016-06-184-16/+11
* Clean up some of the nonsense in our DSA docs. (#2969)Alex Gaynor2016-06-041-5/+5
* Added another release task (#2965)Alex Gaynor2016-06-041-0/+2
* Add convenience methods to sign and verify w/ RSA (#2945)Colleen Murphy2016-06-041-3/+73
* Refs #1478 -- attempt to improve our nonsense docs for ECCurve.key_size (#2959)Alex Gaynor2016-06-031-1/+2
* SSH serialization for public keys (#2957)Alex Gaynor2016-06-031-0/+13
* Random grammar stuff (#2955)Alex Gaynor2016-06-022-2/+2
* Add alias for Certificate serial as serial number (#2950)Chelsea Winfree2016-06-021-4/+4
* add RSA OAEP SHA2 vectors via custom vector creation (#2829)Paul Kehrer2016-06-024-0/+600