Kevin Ballard
|
ec7474c895
|
Update to latest rust master (0.8-pre 063a005)
|
2013-08-22 20:31:02 -07:00 |
Erick Tryzelaar
|
08374ec054
|
Merge remote-tracking branch 'remotes/kballard/master'
Conflicts:
crypto.rs
hash.rs
pkcs5.rs
pkey.rs
rand.rs
symm.rs
|
2013-08-15 08:20:47 -07:00 |
Erick Tryzelaar
|
ac28cf944b
|
Remove pkey::ANYKEY
|
2013-08-15 07:55:23 -07:00 |
Erick Tryzelaar
|
1ee6b87b2f
|
Replace constructors fns with static methods
|
2013-08-15 07:55:23 -07:00 |
Erick Tryzelaar
|
5ba7c49a91
|
Add destructors to all the types that need destructing
|
2013-08-15 07:55:22 -07:00 |
Erick Tryzelaar
|
e3fef0c40e
|
Update to rust 0.8-pre
|
2013-08-15 07:15:35 -07:00 |
Kevin Ballard
|
b78636fa47
|
Update to latest rust master (0.8-pre 927aff1)
|
2013-08-14 17:55:18 -07:00 |
Kevin Ballard
|
867433a097
|
Update for 0.8-pre (f503e53)
|
2013-07-10 10:16:53 -07:00 |
Kevin Ballard
|
6970ca20f1
|
Update for 0.7
|
2013-07-02 14:16:13 -07:00 |
Kevin Ballard
|
1a88757ca2
|
Update to latest incoming (878a9b9)
|
2013-06-08 17:22:54 -07:00 |
Kevin Ballard
|
2eba04e579
|
Update for latest incoming (3a3bf8b)
|
2013-05-29 23:42:07 -07:00 |
Kevin Ballard
|
08cdf5fde4
|
Update for current incoming
|
2013-05-23 23:46:45 -07:00 |
Kevin Ballard
|
4e79896c96
|
Remove unnecessary `unsafe` blocks
|
2013-05-10 20:22:14 -07:00 |
Kevin Ballard
|
f824a241d4
|
Tweak for rust trunk (c081ffb 2013-04-30 02:21:37 -0700)
|
2013-05-10 20:19:25 -07:00 |
Kevin Ballard
|
9d09a98664
|
Update for Rust 0.6
Also disable AES_128_CTR and AES_256_CTR because they cause link
failures on OS X.
|
2013-04-20 01:12:03 -07:00 |
lloyd
|
3ef8dc772b
|
Add support for RSA signing with alternate hashes (MD5, SHA-512, etc)
|
2013-03-11 20:01:03 +01:00 |
lloyd
|
b0fd95676f
|
Add support for PKCS #1 v1.5 RSA encryption
Like it or not, needed for compatability with a lot of existing
protocols. The default for encrypt/decrypt remains OAEP of course.
|
2013-03-11 19:08:15 +01:00 |
Brian Anderson
|
39cd493434
|
Update for language changes
|
2012-10-02 16:00:06 -07:00 |
Erick Tryzelaar
|
fb8f201b97
|
Update to rust HEAD
|
2012-09-27 23:32:12 -07:00 |
Erick Tryzelaar
|
0099d25ae0
|
Update to latest rustc syntax.
|
2012-07-03 20:28:46 -07:00 |
Erick Tryzelaar
|
5d0f9dee6a
|
Bind was removed.
|
2012-06-21 08:37:50 -07:00 |
Erick Tryzelaar
|
cd4e72dc98
|
Modernize crypto with new rust style and rustdoc support
|
2012-04-20 09:47:46 -07:00 |
Brian Anderson
|
c978e357d4
|
Update for 0.2
|
2012-03-28 11:43:56 -07:00 |
Elly Jones
|
ee4c285a79
|
[pkey] compat with 2286d8c17e5bf3d4312357eba9a845262068f007
|
2012-01-18 22:02:29 -05:00 |
Elly Jones
|
852dd45179
|
pkey: build under OSX?
|
2011-12-15 18:51:02 -05:00 |
Elly Jones
|
8e8625147c
|
pkey: use EVP_PKEY_get1_* instead of EVP_PKEY_get0.
EVP_PKEY_get0 is not in 0.9.8, which is still very widely deployed.
|
2011-12-15 18:04:33 -05:00 |
Stefan Plantikow
|
843d938677
|
Refactored code to use core::*
|
2011-12-15 20:53:58 +01:00 |
Elly Jones
|
62c421d5f6
|
Initial commit.
|
2011-12-15 10:04:00 -05:00 |