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
/
ec.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support min/max version in LibreSSL
Steven Fackler
2018-05-19
1
-7
/
+9
*
Change function name to be similar to RSA one
Rohit Aggarwal
2018-03-13
1
-3
/
+3
*
Added a function to create a EC<Key> from its parts
Rohit Aggarwal
2018-03-09
1
-0
/
+39
*
Rename key serialization/deserialization methods
Steven Fackler
2018-01-06
1
-4
/
+66
*
Misc cleanup
Steven Fackler
2018-01-01
1
-4
/
+2
*
Parameterize keys over what they contain
Steven Fackler
2017-12-30
1
-168
/
+118
*
Remove deprecated APIs
Steven Fackler
2017-12-25
1
-5
/
+0
*
Move to associated consts
Steven Fackler
2017-12-25
1
-41
/
+44
*
Upgrade bitflags to 1.0
Steven Fackler
2017-12-25
1
-33
/
+32
*
Added a macro that wraps foreign type, and impl Send and Sync for both,
Paul Florence
2017-11-10
1
-4
/
+4
*
Merge pull request #761 from AndyGauge/doc-ec
Steven Fackler
2017-11-04
1
-4
/
+212
|
\
|
*
Update documentation for EC module
Andy Gauge
2017-10-24
1
-6
/
+204
|
*
Began EC documenation
Andy Gauge
2017-10-11
1
-0
/
+10
*
|
Update data-encoding major version
Julien Cretin
2017-11-04
1
-8
/
+10
|
/
*
Convert try! usage to ?
johnthagen
2017-10-03
1
-11
/
+11
*
Rename function, removing `get_`
Bradley Beddoes
2017-08-22
1
-3
/
+3
*
Add ability to get affine coordinates from EcPoint
Bradley Beddoes
2017-08-21
1
-21
/
+93
*
Refine sig for set_public_key_affine_coordinates
Bradley Beddoes
2017-08-09
1
-5
/
+5
*
Fix EC_KEY_set_public_key_affine_coordinates
Bradley Beddoes
2017-08-09
1
-5
/
+5
*
Set the private key within EcKeyBuilder
Bradley Beddoes
2017-08-09
1
-0
/
+25
*
Support for EcKey creation from affine coordinates
Bradley Beddoes
2017-08-09
1
-1
/
+35
*
Rustfmt
Steven Fackler
2017-07-15
1
-131
/
+177
*
(issues-600) Avoid compiling ec2m code against no-ec2m openssl
Andrew Roetker
2017-04-11
1
-0
/
+1
*
Add new EC/PKEY methods to permit deriving shared secrets.
Andrew Osmond
2017-04-10
1
-0
/
+11
*
Switch to foreign_types
Steven Fackler
2017-02-03
1
-5
/
+30
*
Support EC_GROUP_set_asn1_flag
Steven Fackler
2017-01-22
1
-13
/
+71
*
Clean up EcKey example a bit
Steven Fackler
2017-01-03
1
-8
/
+6
*
add EcKey creation from EcPoint, public_key
Benjamin Fry
2016-12-31
1
-0
/
+47
*
Return Option from group
Steven Fackler
2016-11-16
1
-3
/
+6
*
Remove EcGroup constructors
Steven Fackler
2016-11-16
1
-36
/
+1
*
Add a test for mul_generator
Steven Fackler
2016-11-15
1
-0
/
+10
*
Turns out yet another variant of EC_POINT_mul is allowed!
Steven Fackler
2016-11-15
1
-4
/
+21
*
Rename ec_key to ec
Steven Fackler
2016-11-14
1
-0
/
+361