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
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #937 from marcoh00/iterable-x509names
Steven Fackler
2018-07-07
1
-7
/
+40
|
\
|
*
Only grab the name entry count when needed
Steven Fackler
2018-06-26
1
-3
/
+1
|
*
Rename X509NameRef::all_entries and refactor end-of-iterator checks
Marco Huenseler
2018-06-03
1
-5
/
+7
|
*
Provide an Asn1Object getter method for X509NameEntryRef
Marco Huenseler
2018-06-03
1
-0
/
+13
|
*
Make X509NameRef provide an iterator over all X509NameEntries
Marco Huenseler
2018-06-03
1
-5
/
+25
*
|
Switch to accessors in libressl where possible
Steven Fackler
2018-06-09
1
-24
/
+28
|
/
*
Rename X509Ref::fingerprint to X509Ref::digest and avoid allocating
Steven Fackler
2018-05-24
1
-9
/
+21
*
Overhaul openssl cfgs
Steven Fackler
2018-05-20
1
-83
/
+83
*
Add functions to X509Req to obtain public key and extensions
René Richter
2018-04-21
1
-0
/
+22
*
Add X509Ref::serial_number
Steven Fackler
2018-03-28
1
-0
/
+13
*
Remove version-specific features
Steven Fackler
2018-03-19
1
-2
/
+1
*
Tweak verify_cert's signature
Steven Fackler
2018-03-11
1
-26
/
+24
*
Changes `init` to take a closure which is called with the initialized context
Bastian Köcher
2018-03-11
1
-7
/
+25
*
Moves store context init into its own function
Bastian Köcher
2018-03-10
1
-10
/
+18
*
Moves `cleanup` into its own function
Bastian Köcher
2018-03-08
1
-5
/
+14
*
Fixes the implementation of `X509StoreContextRef::verify_cert`
Bastian Köcher
2018-03-07
1
-31
/
+30
*
delay return until after forgets
Benjamin Fry
2018-03-07
1
-2
/
+4
*
cleanup and add negative test
Benjamin Fry
2018-03-07
1
-5
/
+8
*
add cleanup ffi to store context
Benjamin Fry
2018-03-07
1
-2
/
+6
*
restructure to self contained function
Benjamin Fry
2018-03-07
1
-4
/
+11
*
Little tweaks
Steven Fackler
2018-03-07
1
-4
/
+4
*
convert to raw pass-through methods
Benjamin Fry
2018-03-07
1
-5
/
+21
*
add comment about consuming self in verify_cert
Benjamin Fry
2018-03-07
1
-0
/
+3
*
fix error check
Benjamin Fry
2018-03-07
1
-2
/
+2
*
properly version library functions
Benjamin Fry
2018-03-07
1
-0
/
+7
*
Remove the x509 module-level example
Steven Fackler
2018-03-05
1
-33
/
+0
*
Tweak features
Steven Fackler
2018-02-14
1
-2
/
+2
*
add support for rfc822Name (email) and uniformResourceIdentifier (uri) to Gen...
Ian P. Cooke
2018-01-15
1
-4
/
+19
*
Rename key serialization/deserialization methods
Steven Fackler
2018-01-06
1
-25
/
+92
*
Fix links in x509 module
Ansley Peduru
2018-01-01
1
-2
/
+4
*
Merge branch 'master' into x509-docs
Ansley Peduru
2018-01-01
1
-17
/
+0
|
\
|
*
Move X509Filetype to SslFiletype
Steven Fackler
2018-01-01
1
-12
/
+0
*
|
Fix x509 doc examples
Ansley Peduru
2018-01-01
1
-7
/
+20
*
|
Add documentation for x509 module
Ansley Peduru
2017-12-31
1
-3
/
+156
|
/
*
Parameterize keys over what they contain
Steven Fackler
2017-12-30
1
-6
/
+18
*
Add issuer name access.
Steven Fackler
2017-12-29
1
-3
/
+47
*
Split X509StoreContextRef::ssl up
Steven Fackler
2017-12-26
1
-15
/
+22
*
Overhaul verify error type
Steven Fackler
2017-12-26
1
-25
/
+27
*
Remove deprecated APIs
Steven Fackler
2017-12-25
1
-277
/
+1
*
Rename X509FileType to X509Filetype
Steven Fackler
2017-12-25
1
-5
/
+5
*
Move to associated consts
Steven Fackler
2017-12-25
1
-6
/
+6
*
Make Nid values associated constants
Steven Fackler
2017-12-25
1
-27
/
+15
*
Impl Send + Sync for x509 stuff
Steven Fackler
2017-12-13
1
-8
/
+8
*
Upgrade foreign-types
Steven Fackler
2017-11-26
1
-13
/
+0
*
Revert "Update foreign-types to 0.3"
Steven Fackler
2017-11-21
1
-0
/
+13
*
Update foreign-types to 0.3
Anthony Ramine
2017-11-21
1
-13
/
+0
*
Convert try! usage to ?
johnthagen
2017-10-03
1
-38
/
+38
*
Fix X509::clone impl
Steven Fackler
2017-07-19
1
-1
/
+1
*
Rustfmt
Steven Fackler
2017-07-15
1
-111
/
+168
*
Add an API to install extra data
Steven Fackler
2017-07-15
1
-3
/
+17
[next]