index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
engines
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-05-17
Fix RSA dasync engine bug
Matt Caswell
1
-1
/
+1
2016-05-17
Use the current record offset in ssl3_get_record
Matt Caswell
1
-1
/
+2
2016-05-17
There is only one read buffer
Matt Caswell
1
-1
/
+1
2016-05-17
Fix typos in apps/enc.c
Kurt Cancemi
1
-2
/
+2
2016-05-17
Fix some out of date comments
Matt Caswell
3
-6
/
+6
2016-05-17
Remove repeated condition from if in X509_NAME_oneline
Matt Caswell
1
-1
/
+1
2016-05-17
Correct documentation error
Matt Caswell
1
-3
/
+3
2016-05-16
test/evp_test.c: exercise in-place encryption.
Andy Polyakov
1
-19
/
+35
2016-05-16
ARMv8 assembly pack: add OPENSSL_cleanse.
Andy Polyakov
2
-1
/
+32
2016-05-16
Remove an unneccessary check of cipher
Matt Caswell
1
-1
/
+1
2016-05-16
Use OPENSSL_hexchar2int
Rich Salz
8
-59
/
+26
2016-05-16
Use app_malloc; two missing cases.
Rich Salz
2
-2
/
+2
2016-05-16
const correctness: make HMAC_size() take a const *
Steffan Karger
2
-2
/
+2
2016-05-16
session tickets: use more sizeof
Kurt Roeckx
3
-15
/
+23
2016-05-16
Use AES256 for the default encryption algoritm for TLS session tickets
TJ Saunders
3
-4
/
+4
2016-05-16
session tickets: Use sizeof() for the various fields
TJ Saunders
4
-17
/
+33
2016-05-16
Don't load same config file twice.
Dr. Stephen Henson
4
-4
/
+4
2016-05-16
Documentation: Clarify sizes for UI_add_input_string()
Richard Levitte
1
-6
/
+6
2016-05-16
Workaround an IO::Socket::IP bug
Matt Caswell
1
-1
/
+3
2016-05-16
Fold threads.h into crypto.h making API public
Viktor Dukhovni
24
-114
/
+101
2016-05-16
Don't require any length of password when decrypting
Richard Levitte
1
-3
/
+9
2016-05-16
Add support for RC / WINDRES env variables
Richard Levitte
3
-7
/
+11
2016-05-16
Add missing initialiser in e_chil.c
Richard Levitte
1
-1
/
+1
2016-05-16
do not remove links found in .git directory
Cristian Stoica
1
-1
/
+1
2016-05-16
Windows: Add CRYPT32.LIB to the libraries to link you app with
Richard Levitte
1
-12
/
+12
2016-05-16
Do not access SSL struct directly in TLS1_get_version and TLS1_get_client_ver...
Alessandro Ghedini
1
-2
/
+2
2016-05-16
Add SSL_client_version() getter function
Alessandro Ghedini
3
-3
/
+10
2016-05-16
Add some documentation of SSL_CTX_set_tlsext_status_type()
Matt Caswell
1
-13
/
+23
2016-05-16
Propagate tlsext_status_type from SSL_CTX to SSL
jfigus
4
-1
/
+14
2016-05-16
Fix NPN protocol name list validation
Kazuki Yamaguchi
1
-3
/
+3
2016-05-16
Unify <TYPE>_up_ref methods signature and behaviour.
FdaSilvaYY
15
-30
/
+71
2016-05-16
Small MSVC build fixes.
Richard Levitte
2
-4
/
+6
2016-05-16
Fix some missing OBJ_dup failure checks.
FdaSilvaYY
2
-2
/
+2
2016-05-14
openssl_{startup,shutdown}.com.in are in the source directory
Richard Levitte
1
-2
/
+2
2016-05-14
Fix various methods declaration in pod file
FdaSilvaYY
1
-8
/
+8
2016-05-14
Increment size limit for ClientHello messages
Alessandro Ghedini
1
-1
/
+18
2016-05-14
Fix engine cryptodev: pointer to IV
Kirill Marinushkin
1
-1
/
+1
2016-05-13
Fix OpenSSL_memdup error handling
Insu Yun
1
-12
/
+15
2016-05-13
VMS perl: Fix glob output
Richard Levitte
1
-0
/
+1
2016-05-13
Add some additional NewSessionTicket tests
Matt Caswell
1
-1
/
+38
2016-05-13
The NewSessionTicket message is not optional.
David Benjamin
1
-3
/
+5
2016-05-13
Fix stack constification definitions.
Dr. Stephen Henson
1
-6
/
+6
2016-05-13
Correct documentation on digest used.
Dr. Stephen Henson
1
-3
/
+2
2016-05-13
Fix signer option and support format SMIME.
Dr. Stephen Henson
4
-10
/
+13
2016-05-12
Windows: When installing libraries and executables, install .pdb files as well
Richard Levitte
3
-4
/
+24
2016-05-12
DJGPP adjustments
Richard Levitte
5
-8
/
+40
2016-05-12
Move the DJGPP target to its own config.
Richard Levitte
2
-11
/
+15
2016-05-12
Fix uninitialized variable
Rich Salz
1
-1
/
+1
2016-05-12
Remove proxy tests. Add verify callback tests.
Emilia Kasper
13
-519
/
+479
2016-05-12
Appease ubsan
Emilia Kasper
1
-1
/
+1
[next]