Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mem alloca stuff for libgcrypt. | Simon Josefsson | 2004-08-22 | 1 | -5/+3 |
| | | | | Indent. | ||||
* | Fix warnings. | Simon Josefsson | 2004-08-22 | 1 | -4/+6 |
| | |||||
* | (gc_hmac_sha1): Add (for PKCS5 KDF). | Simon Josefsson | 2004-08-21 | 1 | -0/+33 |
| | |||||
* | (gc_hash_buffer): Add. | Simon Josefsson | 2004-08-21 | 1 | -0/+28 |
| | |||||
* | Add one-call interface. | Simon Josefsson | 2004-08-17 | 1 | -0/+62 |
| | |||||
* | Indent. | Simon Josefsson | 2004-08-16 | 1 | -8/+10 |
| | |||||
* | Move hashing to generic crypto API. | Simon Josefsson | 2004-08-16 | 1 | -2/+115 |
| | | | | Implement hashing for nettle/libgcrypt in generic crypto API. | ||||
* | Move randomness calls to generic crypto API. | Simon Josefsson | 2004-08-16 | 1 | -0/+33 |
| | | | | Implement randomness for libgcrypt and nettle wrappers. | ||||
* | Reorder. | Simon Josefsson | 2004-08-15 | 1 | -4/+4 |
| | |||||
* | Fix warnings. | Simon Josefsson | 2004-08-15 | 1 | -3/+5 |
| | |||||
* | Initiate move of all libgcrypt calls to crypto/gc* wrapper. | Simon Josefsson | 2004-08-15 | 1 | -0/+170 |
Currently only encryption/decryption goes through generic API. |