index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
free cleanup almost the finale
Rich Salz
2015-04-30
41
-233
/
+90
*
free NULL cleanup 5a
Rich Salz
2015-04-30
31
-145
/
+83
*
free NULL cleanup 8
Rich Salz
2015-04-30
21
-85
/
+48
*
realloc of NULL is like malloc
Rich Salz
2015-04-28
8
-36
/
+11
*
remove malloc casts
Rich Salz
2015-04-28
88
-168
/
+143
*
ERR_ cleanup
Rich Salz
2015-04-28
2
-225
/
+87
*
NISTZ256: owur'ize.
Emilia Kasper
2015-04-28
1
-20
/
+20
*
NISTZ256: use EC_POINT API and check errors.
Emilia Kasper
2015-04-27
1
-7
/
+15
*
CRYPTO_mem_leaks should ignore it's BIO argument.
Rich Salz
2015-04-27
1
-1
/
+11
*
NISTZ256: don't swallow malloc errors
Emilia Kasper
2015-04-27
1
-12
/
+12
*
NISTZ256: set Z_is_one to boolean 0/1 as is customary.
Emilia Kasper
2015-04-27
1
-1
/
+1
*
Error checking and memory leak fixes in NISTZ256.
Emilia Kasper
2015-04-27
4
-31
/
+51
*
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-04-24
1
-0
/
+7
*
Fix error checking and memory leaks in NISTZ256 precomputation.
Emilia Kasper
2015-04-24
1
-3
/
+10
*
Correctly set Z_is_one on the return value in the NISTZ256 implementation.
Emilia Kasper
2015-04-24
1
-0
/
+3
*
Fix CRYPTO_strdup
Loganaden Velvindron
2015-04-22
1
-0
/
+3
*
Add ec/asm/ecp_nistz256-sparcv9.pl.
Andy Polyakov
2015-04-21
2
-0
/
+3048
*
modes/asm/ghashv8-armx.pl: additional performance data.
Andy Polyakov
2015-04-21
1
-0
/
+1
*
aes/asm/aesni-x86.pl: fix typo affecting Windows build.
Andy Polyakov
2015-04-20
1
-1
/
+1
*
aes/asm/aesni-x86[_64].pl update.
Andy Polyakov
2015-04-20
2
-239
/
+1025
*
Add assembly support for 32-bit iOS.
Andy Polyakov
2015-04-20
13
-136
/
+318
*
Add ecp_nistz256-armv8 module.
Andy Polyakov
2015-04-20
2
-0
/
+1568
*
crypto/ec/ecp_nistp[224|521].c: fix formatting.
Andy Polyakov
2015-04-20
2
-150
/
+136
*
ec/ecp_nistp*.c: fix SEGVs.
Andy Polyakov
2015-04-20
3
-30
/
+30
*
Add ARMv8 Montgomery multiplication module.
Andy Polyakov
2015-04-20
1
-0
/
+244
*
aes/asm/vpaes-armv8.pl: make it compile on iOS.
Andy Polyakov
2015-04-20
1
-5
/
+8
*
Fix encoding bug in i2c_ASN1_INTEGER
Dr. Stephen Henson
2015-04-18
1
-2
/
+4
*
Code style: space after 'if'
Viktor Dukhovni
2015-04-16
16
-36
/
+36
*
Reject empty generation strings.
Dr. Stephen Henson
2015-04-16
1
-2
/
+4
*
Limit depth of nested sequences when generating ASN.1
Dr. Stephen Henson
2015-04-16
1
-7
/
+27
*
free NULL cleanup 9
Rich Salz
2015-04-11
7
-40
/
+17
*
Fix memory leak
Rich Salz
2015-04-11
1
-6
/
+3
*
do_dirname: Don't change gen on failures
Kurt Roeckx
2015-04-11
1
-8
/
+10
*
X509_VERIFY_PARAM_free: Check param for NULL
Kurt Roeckx
2015-04-11
1
-0
/
+2
*
Don't set *pval to NULL in ASN1_item_ex_new.
Dr. Stephen Henson
2015-04-10
1
-2
/
+0
*
Fix ECDH key identifier support.
Dr. Stephen Henson
2015-04-10
1
-0
/
+4
*
Appease clang -Wshadow
Richard Levitte
2015-04-04
1
-19
/
+19
*
Appease clang -Wempty-translation-unit
Richard Levitte
2015-04-04
1
-1
/
+1
*
make depend
Dr. Stephen Henson
2015-04-03
1
-4
/
+4
*
Remove old ASN.1 functions.
Dr. Stephen Henson
2015-04-03
1
-61
/
+0
*
Remove unnecessary use of ASN1_const_CTX
Dr. Stephen Henson
2015-04-03
1
-12
/
+14
*
modes/asm/ghashv8-armx.pl: up to 90% performance improvement.
Andy Polyakov
2015-04-02
1
-54
/
+222
*
sha/asm/sha*-armv8.pl: add Denver and X-Gene esults.
Andy Polyakov
2015-04-02
2
-0
/
+6
*
aes/asm/aesv8-armx.pl: optimize for Cortex-A5x.
Andy Polyakov
2015-04-02
3
-94
/
+121
*
perlasm/arm-xlate.pl update (fix end-less loop and prepare for 32-bit iOS).
Andy Polyakov
2015-04-02
1
-24
/
+49
*
make update
Emilia Kasper
2015-04-01
3
-27
/
+26
*
Remove SSL_TASK, the DECnet Based SSL Engine
Richard Levitte
2015-03-31
2
-322
/
+1
*
Remove old ASN.1 code from evp_asn1.c
Dr. Stephen Henson
2015-03-31
1
-66
/
+36
*
Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant
Richard Levitte
2015-03-31
56
-970
/
+64
*
Stop symlinking, move files to intended directory
Richard Levitte
2015-03-31
104
-47865
/
+37
[next]