Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop ncr_private_key_create ().local | Miloslav Trmač | 2010-12-02 | 1 | -24/+0 |
* | Add missing #include | Miloslav Trmač | 2010-12-02 | 1 | -0/+1 |
* | Use NSS for random number generation | Miloslav Trmač | 2010-12-02 | 2 | -11/+19 |
* | Add DSA | Miloslav Trmač | 2010-11-30 | 1 | -0/+347 |
* | Validate structure version and algorithm ID on export | Miloslav Trmač | 2010-11-30 | 1 | -0/+13 |
* | Use PKCS#8 privateKeyInfo for private keys in DER form | Miloslav Trmač | 2010-11-30 | 1 | -85/+92 |
* | Split rsa_validate_algorithm_id () | Miloslav Trmač | 2010-11-30 | 1 | -13/+19 |
* | Beautify | Miloslav Trmač | 2010-11-30 | 1 | -2/+2 |
* | Use subjectPublicKeyInfo for public keys in DER form | Miloslav Trmač | 2010-11-30 | 1 | -105/+86 |
* | Make private key sensitivity visible to NSS | Miloslav Trmač | 2010-11-29 | 1 | -5/+15 |
* | Add RSA key generation | Miloslav Trmač | 2010-11-29 | 1 | -0/+99 |
* | Pass MPIs around in arrays, not named parameters | Miloslav Trmač | 2010-11-26 | 1 | -134/+108 |
* | Use an arena better in private_key_export | Miloslav Trmač | 2010-11-26 | 1 | -37/+35 |
* | Both allocate and free arena in public_key_export callers | Miloslav Trmač | 2010-11-26 | 1 | -38/+33 |
* | Add ncr_private_key_export_rsa () | Miloslav Trmač | 2010-11-26 | 1 | -95/+217 |
* | Report all required sizes if any one is too small | Miloslav Trmač | 2010-11-25 | 1 | -10/+4 |
* | Beautify | Miloslav Trmač | 2010-11-25 | 1 | -3/+3 |
* | Add private key extraction support | Miloslav Trmač | 2010-11-25 | 1 | -30/+193 |
* | Fix buffer size computation when importing keys | Miloslav Trmač | 2010-11-25 | 1 | -1/+1 |
* | Beautify | Miloslav Trmač | 2010-11-25 | 1 | -19/+19 |
* | Add ncr_public_key_export_rsa(). | Miloslav Trmač | 2010-11-25 | 1 | -44/+148 |
* | Add ncr_public_key_export | Miloslav Trmač | 2010-11-25 | 1 | -0/+86 |
* | Beautify | Miloslav Trmač | 2010-11-25 | 1 | -5/+6 |
* | Fix failures with enabled NSS assertions | Miloslav Trmač | 2010-11-25 | 1 | -0/+2 |
* | Drop redundant destination pointer checks | Miloslav Trmač | 2010-11-24 | 2 | -10/+0 |
* | Change "original IV" in the OpenSSL context as well. | Miloslav Trmač | 2010-11-15 | 1 | -1/+3 |
* | Add ncr_symm_cipher_change_iv | Miloslav Trmač | 2010-11-15 | 1 | -0/+19 |
* | Drop support for the *_CBC_PAD mechanisms. | Miloslav Trmač | 2010-11-02 | 1 | -13/+3 |
* | Add symmetric key extraction support | Miloslav Trmač | 2010-11-02 | 2 | -2/+41 |
* | Add symmetric signature session cloning | Miloslav Trmač | 2010-10-29 | 1 | -0/+33 |
* | Add digest session cloning | Miloslav Trmač | 2010-10-29 | 1 | -0/+29 |
* | Drop obsolete FIXMEs | Miloslav Trmač | 2010-10-27 | 1 | -1/+0 |
* | Declare struct ncr_symm_key in an internal header | Miloslav Trmač | 2010-10-27 | 2 | -7/+44 |
* | Add "symmetric signature" (really HMAC) support | Miloslav Trmač | 2010-10-27 | 1 | -0/+253 |
* | Add CKM_GENERIC_KEY_GEN | Miloslav Trmač | 2010-10-27 | 1 | -0/+6 |
* | Beautify | Miloslav Trmač | 2010-10-27 | 1 | -3/+3 |
* | s/_Bool/bool/g | Miloslav Trmač | 2010-10-26 | 1 | -7/+7 |
* | Add symmetric key generation | Miloslav Trmač | 2010-10-21 | 1 | -0/+106 |
* | Beautify | Miloslav Trmač | 2010-10-21 | 1 | -2/+2 |
* | Add random data generation | Miloslav Trmač | 2010-10-21 | 1 | -0/+11 |
* | Automatically initialize NSS on first use. | Miloslav Trmač | 2010-10-13 | 1 | -15/+91 |
* | Add RSA key import and one-shot operations | Miloslav Trmač | 2010-10-13 | 1 | -0/+586 |
* | Consider CKR_BUFFER_TOO_SMALL non-exceptional | Miloslav Trmač | 2010-10-13 | 1 | -5/+5 |
* | Use CKR_KEY_HANDLE_INVALID. | Miloslav Trmač | 2010-10-13 | 1 | -2/+2 |
* | Add symmetric ciphers | Miloslav Trmač | 2010-10-05 | 1 | -0/+342 |
* | Mark session as finished even on failure, per PKCS#11 | Miloslav Trmač | 2010-10-05 | 1 | -9/+7 |
* | Add argument check | Miloslav Trmač | 2010-10-05 | 1 | -0/+1 |
* | Fix memory leak | Miloslav Trmač | 2010-10-05 | 1 | -0/+1 |
* | Cache digest size in session | Miloslav Trmač | 2010-10-05 | 1 | -12/+10 |
* | Use more precise error codes if sess == NULL | Miloslav Trmač | 2010-10-04 | 1 | -5/+5 |