index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some missing return value checks
Matt Caswell
2016-06-13
4
-10
/
+15
*
bn/bn_add.c: favour counted loops over ifs and breaks.
Andy Polyakov
2016-06-13
1
-72
/
+38
*
RT3053: Check for NULL before dereferencing
Phillip Hellewell
2016-06-12
1
-0
/
+4
*
Avoid creating illegal pointers
Kurt Roeckx
2016-06-11
1
-5
/
+7
*
Specify array sizes
Kurt Roeckx
2016-06-11
5
-6
/
+6
*
Avoid creating an illegal pointer.
Kurt Roeckx
2016-06-11
1
-2
/
+1
*
Avoid creating an illegal pointer
Kurt Roeckx
2016-06-11
1
-2
/
+2
*
Fix an error path leak in int X509_ATTRIBUTE_set1_data()
Matt Caswell
2016-06-10
1
-3
/
+9
*
Fix an error path leak in do_ext_nconf()
Matt Caswell
2016-06-10
1
-1
/
+3
*
Fix seg fault in TS_RESP_verify_response()
Matt Caswell
2016-06-10
1
-8
/
+15
*
RT 4242: reject invalid EC point coordinates
Emilia Kasper
2016-06-09
3
-14
/
+26
*
Make a2i_ipadd an internal function
Rich Salz
2016-06-09
2
-0
/
+3
*
Clean up "generic" intro pod files.
Rich Salz
2016-06-09
2
-0
/
+291
*
hmac/hmac.c: fix sizeof typo in hmac_ctx_cleanup.
Andy Polyakov
2016-06-09
1
-1
/
+1
*
Fixes to get -ansi working
Jeffrey Walton
2016-06-08
1
-1
/
+1
*
Add some accessor API's
Rich Salz
2016-06-08
1
-0
/
+9
*
crypto/x509/x509_vpm.c: Simplify int_x509_param_set1()
Kurt Cancemi
2016-06-08
1
-6
/
+5
*
Fix BN_mod_word bug
Matt Caswell
2016-06-07
1
-0
/
+22
*
Fix potential access of null pointer (pp)
Rob Percival
2016-06-07
1
-2
/
+2
*
Fix some GitHub issues.
Rich Salz
2016-06-07
1
-4
/
+4
*
Set flag BN_FLG_CONSTTIME earlier
Cesar Pereida
2016-06-07
1
-3
/
+2
*
Remove kq and set BN_FLG_CONSTTIME in k for BN_mod_inverse
Cesar Pereida
2016-06-07
1
-13
/
+8
*
Deprecate the flags that switch off constant time
Matt Caswell
2016-06-06
6
-234
/
+137
*
Simplify dsa_ossl.c
Matt Caswell
2016-06-06
1
-41
/
+20
*
Fix DSA, preserve BN_FLG_CONSTTIME
Cesar Pereida
2016-06-06
1
-4
/
+5
*
s390x assembly pack: improve portability.
Andy Polyakov
2016-06-06
2
-4
/
+4
*
Constify X509V3_EXT_*_conf*
FdaSilvaYY
2016-06-05
1
-30
/
+30
*
Constify ASN1_generate_nconf
FdaSilvaYY
2016-06-05
1
-1
/
+1
*
Constify ASN1_generate_v3
FdaSilvaYY
2016-06-05
1
-3
/
+3
*
Constify s2i_ASN1_IA5STRING
FdaSilvaYY
2016-06-05
1
-4
/
+3
*
Constify s2i_ASN1_INTEGER
FdaSilvaYY
2016-06-05
2
-3
/
+3
*
Constify X509_OBJECT_get_type & X509_OBJECT_get0_X509
FdaSilvaYY
2016-06-05
1
-2
/
+2
*
Specifiy size of arrays
Kurt Roeckx
2016-06-04
3
-4
/
+4
*
Check for overflows in EOC.
Dr. Stephen Henson
2016-06-04
2
-8
/
+15
*
BIO_printf() can fail to print the last character
Matt Caswell
2016-06-03
1
-3
/
+9
*
cryptodev_asym, zapparams: use OPENSSL_* allocation routines, handle errors
Jonas Maebe
2016-06-03
1
-6
/
+13
*
Added define for STATUS_SUCCESS
Mat
2016-06-03
1
-5
/
+8
*
Adds casts for 64-bit
Mat
2016-06-03
1
-3
/
+3
*
Define USE_BCRYPT
Mat
2016-06-03
1
-5
/
+7
*
Use BCryptGenRandom on Windows 7 or higher
Mat
2016-06-03
1
-7
/
+19
*
Fix threading issue that at best will leak memory
Pauli
2016-06-03
1
-0
/
+3
*
chacha/chacha_enc.c: harmonize counter width with subroutine name.
Andy Polyakov
2016-06-03
1
-3
/
+7
*
Fix test failures when using enable-ubsan
Matt Caswell
2016-06-02
1
-1
/
+1
*
Tidy up OCSP print handling.
Dr. Stephen Henson
2016-06-02
1
-8
/
+11
*
Don't leak memory on set_reasons() error path
Matt Caswell
2016-06-01
1
-3
/
+3
*
Don't leak memory on int X509_PURPOSE_add() error path
Matt Caswell
2016-06-01
1
-3
/
+10
*
Don't leak memory on X509_TRUST_add() error path
Matt Caswell
2016-06-01
1
-3
/
+9
*
Don't leak memory on ASN1_item_pack() error path
Matt Caswell
2016-06-01
1
-7
/
+14
*
Don't leak memory on ASN1_GENERALIZEDTIME_adj() error path
Matt Caswell
2016-06-01
1
-14
/
+21
*
Don't leak memory in v2i_POLICY_MAPPINGS() on error path
Matt Caswell
2016-06-01
1
-9
/
+12
[next]