| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update all uses of MemoryRegion::append to use either push_back or operator+= | lloyd | 2010-09-15 | 2 | -4/+3 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove more implicit vector to pointer conversions | lloyd | 2010-09-14 | 1 | -4/+4 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More changes to avoid vector to pointer implicit conversions | lloyd | 2010-09-14 | 2 | -3/+3 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove constructors of MemoryVector and SecureVector that took two | lloyd | 2010-09-13 | 1 | -2/+4 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 3 | -14/+14 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More vector->pointer conversion removals. | lloyd | 2010-09-13 | 1 | -4/+3 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First set of changes for avoiding use implicit vector->pointer conversions | lloyd | 2010-09-13 | 3 | -5/+6 |
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / |
|
* / / / / / / / / / / / / / / / / / / / / / / / / / / / / | The changelog for 1.9.4 claimed that the default PKCS #8 encryption | lloyd | 2010-08-13 | 1 | -1/+1 |
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | | | | | | | | | | | / | These functions are internal use only, and don't need to be exported with | lloyd | 2010-06-30 | 3 | -13/+15 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Doxygen | lloyd | 2010-06-21 | 1 | -0/+12 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Doxygen | lloyd | 2010-06-21 | 1 | -0/+3 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | | | | | | | | | | Replace "@return a blah" and "@return the blah" with just "@return blah" | lloyd | 2010-06-16 | 8 | -44/+44 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Require all PK keys implement check_key. Add for ECC keys. | lloyd | 2010-06-16 | 3 | -5/+11 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Doxygen comments | lloyd | 2010-06-16 | 1 | -3/+19 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Use Doxygen deprecation warnings | lloyd | 2010-06-15 | 2 | -4/+9 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | More Doxygen updates/fixes | lloyd | 2010-06-15 | 12 | -18/+75 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a few hundred Doxygen warnings | lloyd | 2010-06-15 | 7 | -15/+19 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | New BER encoding funcs for PKCS and X.509. Remove Private_Key dep here | lloyd | 2010-06-15 | 6 | -108/+122 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify PKCS8::copy_key | lloyd | 2010-06-15 | 1 | -7/+1 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Some PKCS #8 simplifications | lloyd | 2010-06-14 | 3 | -21/+19 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Add typedefs for the named EME encryptor/decryptor classes so code | lloyd | 2010-06-11 | 1 | -0/+6 |
* | | | | | | | | | | | | | | | | | | | | | | | | | | If you didn't specify a qbits for the DSA kosherizer, then it would | lloyd | 2010-05-28 | 1 | -19/+20 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | | | | | | | | | Expose public_value() in ECDH public key | lloyd | 2010-04-20 | 1 | -3/+10 |
* | | | | | | | | | | | | | | | | | | | | | | | | | In the string constructor of EC_Domain_Params, check if the PEM decoding | lloyd | 2010-04-19 | 2 | -6/+16 |
|/ / / / / / / / / / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | | | | | | | | | Move class decls together | lloyd | 2010-03-21 | 1 | -10/+10 |
* | | | | | | | | | | | | | | | | | | | | | | | | Move where pk_ops is included, remove rng.h from dl_algo.h | lloyd | 2010-03-21 | 4 | -5/+3 |
* | | | | | | | | | | | | | | | | | | | | | | | | KeyPair::check_key's behavior of throwing an exception upon failure was | lloyd | 2010-03-21 | 9 | -112/+75 |
* | | | | | | | | | | | | | | | | | | | | | | | | Replace PointGFp::check_invaraints, which would either return silently | lloyd | 2010-03-19 | 4 | -42/+12 |
* | | | | | | | | | | | | | | | | | | | | | | | | Add a couple of new helper functions to BER_Decoder: | lloyd | 2010-03-19 | 4 | -43/+12 |
* | | | | | | | | | | | | | | | | | | | | | | | | A number of changes to primality tests: | lloyd | 2010-03-19 | 1 | -1/+1 |
* | | | | | | | | | | | | | | | | | | | | | | | | There are some nasty API problems that are caused by having to pass a | lloyd | 2010-03-19 | 5 | -37/+6 |
* | | | | | | | | | | | | | | | | | | | | | | | | Don't call get_eme or get_kdf with name "Raw" (returns NULL); ideally | lloyd | 2010-03-19 | 1 | -3/+3 |
* | | | | | | | | | | | | | | | | | | | | | | | | Add a couple of verification tests for GOST 34.10 | lloyd | 2010-03-16 | 1 | -3/+16 |
* | | | | | | | | | | | | | | | | | | | | | | | | Remove stdio include | lloyd | 2010-03-13 | 1 | -2/+0 |
* | | | | | | | | | | | | | | | | | | | | | | | | Remove iostream/stdio includes | lloyd | 2010-03-13 | 1 | -3/+0 |
* | | | | | | | | | | | | | | | | | | | | | | | | Fix GOST 34.10 pub key loading (uses little endian format, what the fsck?) | lloyd | 2010-03-13 | 1 | -6/+25 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | | | | | | | Fix GOST, wasn't getting found in engine | lloyd | 2010-03-13 | 2 | -4/+4 |
* | | | | | | | | | | | | | | | | | | | | | | | Use a Modular_Reducer in ECDSA op | lloyd | 2010-03-13 | 2 | -6/+8 |
|/ / / / / / / / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | | | | | / | Give PK_Signer users the option of disabling fault protection | lloyd | 2010-03-13 | 2 | -6/+17 |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | | | | | | | | DSA and NR require certain parameters (which depend on the randomly | lloyd | 2010-03-09 | 2 | -18/+24 |
* | | | | | | | | | | | | | | | | | | | | | Remove decls of removed RSA encrypt/decrypt | lloyd | 2010-03-09 | 1 | -5/+0 |
* | | | | | | | | | | | | | | | | | | | | | Oops. Secret nonce/seed for blinding for DH and ElGamal was 2^x mod p. | lloyd | 2010-03-09 | 2 | -2/+2 |
* | | | | | | | | | | | | | | | | | | | | | De-name unused rng arg | lloyd | 2010-03-09 | 1 | -1/+1 |
|/ / / / / / / / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | | | | | | | Deconstify PK_Ops. It's quite reasonable that some op will want to | lloyd | 2010-03-09 | 19 | -101/+59 |
* | | | | | | | | | | | | | | | | | | | | Add back RSA consistency checking (decrypt only) | lloyd | 2010-03-09 | 2 | -3/+8 |
* | | | | | | | | | | | | | | | | | | | | Have PK_Signer check the validity of all signatures before releasing. | lloyd | 2010-03-09 | 2 | -8/+52 |
* | | | | | | | | | | | | | | | | | | | | Use preexisting powermod precomputations for setting up blinders | lloyd | 2010-03-09 | 2 | -2/+2 |
* | | | | | | | | | | | | | | | | | | | | Remove decls of unimplemented functions | lloyd | 2010-03-08 | 1 | -3/+0 |
* | | | | | | | | | | | | | | | | | | | | Blinder::choose_nonce added a single byte of the timestamps 8 times, | lloyd | 2010-03-08 | 1 | -2/+2 |
* | | | | | | | | | | | | | | | | | | | | Add back in blinding to RSA, RW, ElGamal, and DH. | lloyd | 2010-03-08 | 11 | -17/+175 |