index
:
rust-openssl
0.9.x
gh-pages
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openssl
/
src
/
x509
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace CN field by names vector
Jethro Beekman
2015-07-08
1
-4
/
+18
*
tabs to spaces
Jethro Beekman
2015-07-01
1
-76
/
+76
*
Add documentation on X509 Extensions
Jethro Beekman
2015-07-01
1
-0
/
+42
*
Add Issuer Alternative Name extension
Jethro Beekman
2015-07-01
1
-0
/
+5
*
Add Subject Alternate Name extension
Jethro Beekman
2015-07-01
2
-1
/
+35
*
Add arbitrary X509 extensions by OID string
Jethro Beekman
2015-07-01
3
-15
/
+35
*
Add arbitrary X509 extensions by NID
Jethro Beekman
2015-07-01
2
-2
/
+8
*
Add public generic extension interface to X509Generator
Jethro Beekman
2015-07-01
2
-13
/
+49
*
Implement arbitrary X509 Extended Key Usage values
Jethro Beekman
2015-07-01
2
-3
/
+6
*
Implement "extensions" field in X509generator, and change existing extensions...
Jethro Beekman
2015-07-01
2
-24
/
+52
*
Turn assertions into unwraps such that tests provide useful output on panic.
Jethro Beekman
2015-07-01
1
-7
/
+3
*
Turn "dirty hack" into slightly less dirty hack, with potential to become non...
Jethro Beekman
2015-07-01
1
-18
/
+10
*
Move X509 extensions to seperate module, implement ToString instead of custom...
Jethro Beekman
2015-07-01
2
-70
/
+75
*
Add a test that checks whether 3 known subject attributes can be retrieved by...
Jethro Beekman
2015-06-30
1
-0
/
+29
*
Merge pull request #219 from jethrogb/topic/x509req
Steven Fackler
2015-05-29
1
-0
/
+57
|
\
|
*
Remove superfluous dead_code attribute
Jethro Beekman
2015-05-28
1
-1
/
+0
|
*
Implement limited X509_REQ functionality
Jethro Beekman
2015-05-28
1
-0
/
+58
*
|
Clarify which keys are used where
Jethro Beekman
2015-05-27
1
-2
/
+2
|
/
*
Fix SslString Debug impl and drop lifetime
Steven Fackler
2015-05-17
1
-10
/
+10
*
Test reading CN from test certificate
Joseph Glanville
2015-05-18
1
-1
/
+19
*
Add support for reading X509 subject information
Joseph Glanville
2015-05-18
1
-2
/
+82
*
Write through to underlying stream for every write call
Steven Fackler
2015-04-30
1
-1
/
+0
*
Add X509::public_key()
Manuel Schölling
2015-04-15
2
-1
/
+11
*
Add ability to load private keys from files and use raw keys and certificates...
Manuel Schölling
2015-04-03
1
-0
/
+4
*
Fixup for beta
Alex Crichton
2015-04-02
1
-2
/
+2
*
Remove a bunch of use of core feature
Steven Fackler
2015-03-30
1
-4
/
+3
*
Remove unsafe_destructor
Steven Fackler
2015-03-30
1
-1
/
+0
*
Fix deprecation warnings
Steven Fackler
2015-03-25
2
-4
/
+4
*
Add X509Generator::sign()
Manuel Schölling
2015-03-21
1
-1
/
+10
*
Fix warnings and build issues
Steven Fackler
2015-03-20
1
-1
/
+1
*
Convert to new IO.
Steven Fackler
2015-02-24
2
-20
/
+22
*
Update depreciated code
Kevin Butler
2015-02-20
1
-3
/
+3
*
Move docs to this repo and auto build
Steven Fackler
2015-02-07
2
-0
/
+576
[prev]