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
/
prov
/
openssl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid int vs size_t warning in OpenSSL code
Jack Lloyd
2017-09-17
1
-1
/
+1
*
OpenSSL module requires public key code be enabled in build
Jack Lloyd
2017-08-29
1
-0
/
+4
*
Fix bad iterator deref in OpenSSL RSA
Jack Lloyd
2017-08-25
1
-1
/
+3
*
Merge GH #1131 Confirm OpenSSL supports curve at runtime before attempting to...
Jack Lloyd
2017-07-31
1
-12
/
+35
|
\
|
*
Check if curve is built into OpenSSL at runtime
René Korthaus
2017-07-28
1
-12
/
+35
*
|
Don't crash if openssl can't allocate a new context
Kirill A. Korinsky
2017-06-29
3
-2
/
+13
|
/
*
Make Botan compile with LibreSSL again.
Alexander Bluhm
2017-05-24
3
-6
/
+6
*
Add copy_state to OpenSSL hash functions, and port to OpenSSL 1.1.0
Jack Lloyd
2017-05-22
5
-74
/
+130
*
Generate private RSA key with OpenSSL.
Alexander Bluhm
2017-04-30
2
-0
/
+39
*
Merge GH #1032 Throw exception with OpenSSL error message if OpenSSL API call...
Jack Lloyd
2017-04-29
5
-35
/
+65
|
\
|
*
Throw OpenSSL exception if any OpenSSL function failed.
Alexander Bluhm
2017-04-29
5
-35
/
+65
*
|
Do not load OpenSSL error messages in library.
Alexander Bluhm
2017-04-28
1
-1
/
+0
|
/
*
Implement cipher modes with OpenSSL.
Alexander Bluhm
2017-04-25
2
-0
/
+207
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
1
-1
/
+3
*
add "--with-external-libdir" to configure.py
Daniel Neus
2017-01-26
1
-1
/
+2
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
5
-45
/
+45
*
Add support for brainpool curves in openssl provider
René Korthaus
2016-12-17
1
-1
/
+17
*
Add Private_Key::private_key_info()
René Korthaus
2016-12-05
1
-2
/
+2
*
Add Public_Key::subject_public_key()
René Korthaus
2016-12-05
1
-2
/
+2
*
Fix OpenSSL RC4 clone - ignored skip param
Jack Lloyd
2016-11-26
1
-1
/
+1
*
Pubkey cleanups
Jack Lloyd
2016-11-12
3
-9
/
+4
*
Remove Key_Type typedefs
Jack Lloyd
2016-11-08
2
-5
/
+0
*
Avoid possibility of mismatched brackets.
Jack Lloyd
2016-10-31
1
-2
/
+6
*
Static analyzer fixes
Jack Lloyd
2016-10-25
1
-1
/
+0
*
Small cleanup in OpenSSL EC
Jack Lloyd
2016-10-21
1
-12
/
+13
*
Remove alias logic from SCAN_Name
Jack Lloyd
2016-10-21
1
-2
/
+3
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
4
-101
/
+127
*
The other half of 55b8fb5
Jack Lloyd
2016-10-09
1
-7
/
+9
*
Make pk_ops.h internal
Jack Lloyd
2016-10-08
1
-1
/
+1
*
OpenSSL fixes
Jack Lloyd
2016-10-07
2
-4
/
+4
*
Revert PK_Verifier change (don't require RNG there).
Jack Lloyd
2016-10-07
1
-17
/
+5
*
Remove Algo_Registry usage from public key code.
Jack Lloyd
2016-10-07
3
-115
/
+119
*
fix compiler error: openssl w/o rc4
t0b3
2016-10-01
1
-1
/
+1
*
Change T::provider to return std::string
Jack Lloyd
2016-09-15
3
-3
/
+3
*
Add T::provider() to allow user to inquire about implementation used
Jack Lloyd
2016-09-15
3
-0
/
+4
*
Remove deprecated hashes MD2, HAS-160, and RIPEMD-128
Jack Lloyd
2016-09-02
1
-4
/
+0
*
Make Stream_Cipher::set_iv() pure virtual
René Korthaus
2016-07-20
1
-0
/
+6
*
Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi...
SimCog
2016-06-18
1
-0
/
+5
*
Clean up PK decryption encoding.
Jack Lloyd
2016-03-20
2
-4
/
+11
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
1
-1
/
+1
*
Add missing overrides and fix -Wpedantic 'extra ;' warnings
Jack Lloyd
2016-01-17
3
-28
/
+28
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
1
-50
/
+50
*
Add ECDH via OpenSSL
Jack Lloyd
2016-01-04
2
-15
/
+113
*
Merge the openssl code together.
Jack Lloyd
2015-12-19
7
-0
/
+941