projects
/
openssl.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add some session API tests
[openssl.git]
/
crypto
/
2016-06-13
Andy Polyakov
bn/bn_add.c: favour counted loops over ifs and breaks.
tree
|
commitdiff
2016-06-12
Phillip Hellewell
RT3053: Check for NULL before dereferencing
tree
|
commitdiff
2016-06-11
Kurt Roeckx
Avoid creating illegal pointers
tree
|
commitdiff
2016-06-11
Kurt Roeckx
Specify array sizes
tree
|
commitdiff
2016-06-11
Kurt Roeckx
Avoid creating an illegal pointer.
tree
|
commitdiff
2016-06-11
Kurt Roeckx
Avoid creating an illegal pointer
tree
|
commitdiff
2016-06-10
Matt Caswell
Fix an error path leak in int X509_ATTRIBUTE_set1_data()
tree
|
commitdiff
2016-06-10
Matt Caswell
Fix an error path leak in do_ext_nconf()
tree
|
commitdiff
2016-06-10
Matt Caswell
Fix seg fault in TS_RESP_verify_response()
tree
|
commitdiff
2016-06-09
Emilia Kasper
RT 4242: reject invalid EC point coordinates
tree
|
commitdiff
2016-06-09
Rich Salz
Make a2i_ipadd an internal function
tree
|
commitdiff
2016-06-09
Rich Salz
Clean up "generic" intro pod files.
tree
|
commitdiff
2016-06-09
Andy Polyakov
hmac/hmac.c: fix sizeof typo in hmac_ctx_cleanup.
tree
|
commitdiff
2016-06-08
Jeffrey Walton
Fixes to get -ansi working
tree
|
commitdiff
2016-06-08
Rich Salz
Add some accessor API's
tree
|
commitdiff
2016-06-08
Kurt Cancemi
crypto/x509/x509_vpm.c: Simplify int_x509_param_set1()
tree
|
commitdiff
2016-06-07
Matt Caswell
Fix BN_mod_word bug
tree
|
commitdiff
2016-06-07
Rob Percival
Fix potential access of null pointer (pp)
tree
|
commitdiff
2016-06-07
Rich Salz
Fix some GitHub issues.
tree
|
commitdiff
2016-06-07
Cesar Pereida
Set flag BN_FLG_CONSTTIME earlier
tree
|
commitdiff
2016-06-07
Cesar Pereida
Remove kq and set BN_FLG_CONSTTIME in k for BN_mod_inverse
tree
|
commitdiff
2016-06-06
Matt Caswell
Deprecate the flags that switch off constant time
tree
|
commitdiff
2016-06-06
Matt Caswell
Simplify dsa_ossl.c
tree
|
commitdiff
2016-06-06
Cesar Pereida
Fix DSA, preserve BN_FLG_CONSTTIME
tree
|
commitdiff
2016-06-06
Andy Polyakov
s390x assembly pack: improve portability.
tree
|
commitdiff
2016-06-05
FdaSilvaYY
Constify X509V3_EXT_*_conf*
tree
|
commitdiff
2016-06-05
FdaSilvaYY
Constify ASN1_generate_nconf
tree
|
commitdiff
2016-06-05
FdaSilvaYY
Constify ASN1_generate_v3
tree
|
commitdiff
2016-06-05
FdaSilvaYY
Constify s2i_ASN1_IA5STRING
tree
|
commitdiff
2016-06-05
FdaSilvaYY
Constify s2i_ASN1_INTEGER
tree
|
commitdiff
2016-06-05
FdaSilvaYY
Constify X509_OBJECT_get_type & X509_OBJECT_get0_X509
tree
|
commitdiff
2016-06-04
Kurt Roeckx
Specifiy size of arrays
tree
|
commitdiff
2016-06-04
Dr. Stephen Henson
Check for overflows in EOC.
tree
|
commitdiff
2016-06-03
Matt Caswell
BIO_printf() can fail to print the last character
tree
|
commitdiff
2016-06-03
Jonas Maebe
cryptodev_asym, zapparams: use OPENSSL_* allocation...
tree
|
commitdiff
2016-06-03
Mat
Added define for STATUS_SUCCESS
tree
|
commitdiff
2016-06-03
Mat
Adds casts for 64-bit
tree
|
commitdiff
2016-06-03
Mat
Define USE_BCRYPT
tree
|
commitdiff
2016-06-03
Mat
Use BCryptGenRandom on Windows 7 or higher
tree
|
commitdiff
2016-06-03
Pauli
Fix threading issue that at best will leak memory
tree
|
commitdiff
2016-06-03
Andy Polyakov
chacha/chacha_enc.c: harmonize counter width with subro...
tree
|
commitdiff
2016-06-02
Matt Caswell
Fix test failures when using enable-ubsan
tree
|
commitdiff
2016-06-02
Dr. Stephen Henson
Tidy up OCSP print handling.
tree
|
commitdiff
2016-06-01
Matt Caswell
Don't leak memory on set_reasons() error path
tree
|
commitdiff
2016-06-01
Matt Caswell
Don't leak memory on int X509_PURPOSE_add() error path
tree
|
commitdiff
2016-06-01
Matt Caswell
Don't leak memory on X509_TRUST_add() error path
tree
|
commitdiff
2016-06-01
Matt Caswell
Don't leak memory on ASN1_item_pack() error path
tree
|
commitdiff
2016-06-01
Matt Caswell
Don't leak memory on ASN1_GENERALIZEDTIME_adj() error...
tree
|
commitdiff
2016-06-01
Matt Caswell
Don't leak memory in v2i_POLICY_MAPPINGS() on error...
tree
|
commitdiff
2016-06-01
Matt Caswell
Don't leak memory from notice_section function on error...
tree
|
commitdiff
2016-06-01
Matt Caswell
Don't leak memory in v2i_AUTHORITY_KEYID
tree
|
commitdiff
2016-06-01
Matt Caswell
Free buffer on error in a2i_ASN1_INTEGER()
tree
|
commitdiff
2016-06-01
Matt Caswell
Free tempory data on error in ec_wNAF_mul()
tree
|
commitdiff
2016-06-01
Rich Salz
Remove/rename some old files.
tree
|
commitdiff
2016-06-01
Rich Salz
Add final(?) set of copyrights.
tree
|
commitdiff
2016-06-01
Rich Salz
Fix some RAND bugs
tree
|
commitdiff
2016-06-01
Rich Salz
RT4337: Crash in DES
tree
|
commitdiff
2016-06-01
Matt Caswell
Fix printing of DH Parameters
tree
|
commitdiff
2016-06-01
FdaSilvaYY
Raise an Err when CRYPTO_THREAD_lock_new fails
tree
|
commitdiff
2016-06-01
Matt Caswell
OpenBSD doesn't have ucontext.h so don't try and include it
tree
|
commitdiff
2016-05-31
Mat
Updates from review
tree
|
commitdiff
2016-05-31
Mat
Fix: PEM_read_bio_PrivateKey with no-ui / no-stdio
tree
|
commitdiff
2016-05-31
Dr. Stephen Henson
Parameter copy sanity checks.
tree
|
commitdiff
2016-05-30
Richard Levitte
Make sure max in fmtstr() doesn't overflow into negativity
tree
|
commitdiff
2016-05-29
Joey Yandle
add removed functions back as deprecated
tree
|
commitdiff
2016-05-29
Joey Yandle
get rid of unnecessary include
tree
|
commitdiff
2016-05-29
Joey Yandle
remove RAND_screen and friends
tree
|
commitdiff
2016-05-29
Joey Yandle
cherry pick pr-512 changes
tree
|
commitdiff
2016-05-29
Joey Yandle
OR flags with CRYPT_SILENT to really make sure no UI...
tree
|
commitdiff
2016-05-29
Joey Yandle
fix endif comment
tree
|
commitdiff
2016-05-29
Joey Yandle
remove all WINCE ifdefs
tree
|
commitdiff
2016-05-29
Joey Yandle
- remove insane heap walk and kernel loading code;...
tree
|
commitdiff
2016-05-29
Andy Polyakov
x86_64 assembly pack: tolerate spaces in source directo...
tree
|
commitdiff
2016-05-28
FdaSilvaYY
Add more zalloc
tree
|
commitdiff
2016-05-28
FdaSilvaYY
Fix some missing inits
tree
|
commitdiff
2016-05-28
Andy Polyakov
poly1305/asm/poly1305-mips.pl: adhere to standard frame...
tree
|
commitdiff
2016-05-28
Andy Polyakov
SPARC assembly pack: add missing .type directives.
tree
|
commitdiff
2016-05-28
Richard Levitte
Change a call of OPENSSL_strcasecmp to strcasecmp
tree
|
commitdiff
2016-05-28
Richard Levitte
Remove internal functions OPENSSL_strcasecmp and OPENSS...
tree
|
commitdiff
2016-05-27
Andy Polyakov
crypto/o_str.c: add _GNU_SOURCE strerror_r case.
tree
|
commitdiff
2016-05-27
Andy Polyakov
crypto/o_str.c: strerror_s is provided by specific...
tree
|
commitdiff
2016-05-27
Andy Polyakov
bn/bn_exp.c: explain 'volatile' in MOD_EXP_CTIME_COPY_F...
tree
|
commitdiff
2016-05-27
Andy Polyakov
bf/build.info: engage assembly module.
tree
|
commitdiff
2016-05-27
Kurt Roeckx
Avoid calling memcpy with lenght of 0
tree
|
commitdiff
2016-05-27
Richard Levitte
Fix fmtstr for BIO_printf() et al
tree
|
commitdiff
2016-05-27
Matt Caswell
Prevent an overflow when trying to print excessively...
tree
|
commitdiff
2016-05-27
Matt Caswell
Fix implementation of "e" and "g" formats for printing...
tree
|
commitdiff
2016-05-27
Matt Caswell
Fix some issues in b_print.c code
tree
|
commitdiff
2016-05-27
huangqinjin
fix BN_hex2bn()/BN_dec2bn() memory leak
tree
|
commitdiff
2016-05-26
Dr. Stephen Henson
Add rfc822Mailbox to string table.
tree
|
commitdiff
2016-05-25
Richard Levitte
Handle Visual C warning about non-standard function...
tree
|
commitdiff
2016-05-25
Kurt Roeckx
Avoid creating an illegal pointer
tree
|
commitdiff
2016-05-25
Richard Levitte
build.info files: add quotes around any spec that may...
tree
|
commitdiff
2016-05-24
Kurt Roeckx
Avoid creating an illegal pointer
tree
|
commitdiff
2016-05-24
Rich Salz
GH919: Fix wrappers for two headers
tree
|
commitdiff
2016-05-24
Todd Short
Fix braces in e_aes.c: aes_init_key
tree
|
commitdiff
2016-05-24
Todd Short
Clean up RAND_bytes() calls
tree
|
commitdiff
2016-05-23
Matt Caswell
Fix a mem leak on an error path in OBJ_NAME_add()
tree
|
commitdiff
2016-05-23
Matt Caswell
Fix error return value in SRP functions
tree
|
commitdiff
2016-05-23
Matt Caswell
Add error return for OPENSSL_INIT_set_config_filename()
tree
|
commitdiff
next