index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
pubkey
/
curve25519
Commit message (
Expand
)
Author
Age
Files
Lines
*
Content:
Tomasz Frydrych
2017-04-03
1
-1
/
+1
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
1
-1
/
+3
*
Remove verify_end() chained immediatly before end_cons() (close #890)
Nuno Goncalves
2017-02-25
1
-2
/
+0
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
3
-26
/
+26
*
Public_Key derived class ctors take an std::vector<byte>
René Korthaus
2016-12-11
2
-3
/
+3
*
Add Private_Key::private_key_info()
René Korthaus
2016-12-05
2
-2
/
+2
*
Add Public_Key::subject_public_key()
René Korthaus
2016-12-05
2
-2
/
+2
*
Add CECPQ1 TLS ciphersuites
Jack Lloyd
2016-11-17
3
-18
/
+24
*
Pubkey cleanups
Jack Lloyd
2016-11-12
1
-1
/
+1
*
Remove Key_Type typedefs
Jack Lloyd
2016-11-08
1
-1
/
+0
*
Remove automatic self-testing of public and private keys
Jack Lloyd
2016-11-03
2
-7
/
+2
*
X25519 key exchange for TLS
Jack Lloyd
2016-10-21
2
-6
/
+16
*
Improve pubkey doxygen [ci skip]
René Korthaus
2016-10-19
1
-0
/
+23
*
Fix Clang warnings
Jack Lloyd
2016-10-09
1
-2
/
+2
*
Revert PK_Verifier change (don't require RNG there).
Jack Lloyd
2016-10-07
1
-2
/
+4
*
Remove Algo_Registry usage from public key code.
Jack Lloyd
2016-10-07
2
-3
/
+15
*
Reduction of code complexity in MP & ECC classes.
Matthias Gierlings
2016-06-19
1
-30
/
+46
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
1
-3
/
+3
*
Fix remaining Wshadow warnings and enable on gcc and clang
René Korthaus
2016-02-18
1
-3
/
+3
*
Make Montgomery reduction constant time.
Jack Lloyd
2015-10-24
1
-5
/
+5
*
Make PKCS #1 and OAEP decoding constant time to avoid oracle attacks
Jack Lloyd
2015-10-16
1
-0
/
+9
*
pubkey: Add missing overrides
Daniel Seither
2015-07-30
2
-2
/
+2
*
lib/pubkey: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
1
-1
/
+1
*
In PK encrypt/decrypt move pad calls to the operation. This allows an
lloyd
2015-03-14
1
-3
/
+4
*
Add BOTAN_DLL back to LibraryInitializer and move some of the implementation to
lloyd
2015-03-11
1
-1
/
+1
*
Convert PK operations to using Algo_Registry instead of Engine.
lloyd
2015-02-03
2
-18
/
+27
*
Centralize where string.h/cstring is included to mem_ops.h
lloyd
2015-01-23
1
-7
/
+6
*
Amalgamation fixes
lloyd
2015-01-23
1
-18
/
+1
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
2
-2
/
+2
*
Add Poly1305, based on poly1305-donna by Andrew Moon.
lloyd
2014-12-29
2
-120
/
+0
*
Add Curve25519 based on curve25519-donna by Adam Langley.
lloyd
2014-12-27
5
-0
/
+790