Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop ncr_private_key_create ().local | Miloslav Trmač | 2010-12-02 | 1 | -24/+0 |
| | | | | | The current API exposes NSS internal mechanisms, drop it for now. Perhaps a better interface can be added in the future. | ||||
* | Use NSS for random number generation | Miloslav Trmač | 2010-12-02 | 1 | -0/+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 |
| | | | | | Also avoid subjectPublicKeyInfo encoding/decoding when handling RSA key details. | ||||
* | 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 the arena in the caller. Use the arena to allocate der_info to make it invisible to the caller. | ||||
* | 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 | 1 | -2/+0 |
| | |||||
* | 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 |