Steven Fackler
2901c279ab
Fix doc test and stop doc upload
2014-12-03 09:18:53 -08:00
Valerii Hiora
e9e60fe3f3
Fix negative serials on generated certs
...
required for compatibility with Go crypto
2014-11-21 18:34:10 +02:00
Gleb Kozyrev
ef9e0b00bd
Slice syntax fix
2014-11-20 19:53:42 +02:00
Gleb Kozyrev
50f11e533c
Replace an expired cert with a new one to make tests happy
2014-11-20 19:53:31 +02:00
Steven Fackler
9996f5874e
Fix test build
2014-11-19 12:36:32 -08:00
James Hurst
f02d8c22ec
Fixed compilation errors related to namedspaced enums
2014-11-17 19:16:51 -05:00
Michael Gehring
1eb79df25a
fail! -> panic!
2014-10-30 09:58:22 +01:00
Valerii Hiora
e47a3cf7e2
Cert loading from PEM & restructuring
...
- Added cert loading
- Extracted X509 tests
2014-10-15 09:24:08 +03:00
Valerii Hiora
dd46d1922e
Correct init mutexes and locking function
...
`libcrypto` uses locks quite intensively even without SSL.
So they should be initialized before everything else to
function properly in multi-threaded apps in which SSL
operations are absent or delayed.
Finishes #79
2014-10-14 08:31:42 +03:00
Valerii Hiora
fe21d4bb66
X509 Generator sample
...
Forcing static linking for lib wrapped as in other case doc tests
fail to locate the static library
2014-10-08 19:26:38 +03:00
Valerii Hiora
6f399239d8
Minor doc fixes and feature mentions
2014-10-08 09:06:16 +03:00
Valerii Hiora
72ee42adba
Better error handling in cert generation
...
Now it should correctly free all resources in case
of failure.
2014-10-06 07:12:54 +03:00
Steven Fackler
b8fd300f80
Clean up warnings
2014-10-04 19:44:06 -07:00
Valerii Hiora
fbb359720b
User-provided data in verify
2014-10-02 10:15:50 +03:00
Valerii Hiora
02637ec7d4
single `ffi` module
2014-09-30 08:21:31 +03:00
Valerii Hiora
3f413e9354
Addressed review comments
...
- fixed invalid file permissions
- removed redundand mem::transmute
- removed outdated FIXME's
- removed redundand temporary variable
- removed macro_export for internal macros
2014-09-28 07:18:45 +03:00
Valerii Hiora
4fd169a1e5
Certificate/pkey generation & PEM export
...
Required quite a lot of refactoring
2014-09-26 10:39:08 +03:00