index
:
platform/upstream/openssl
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_base
accepted/tizen_3.0_base
accepted/tizen_3.0_ivi
accepted/tizen_4.0_base
accepted/tizen_5.0_base
accepted/tizen_5.5_base
accepted/tizen_5.5_base_mobile_hotfix
accepted/tizen_5.5_base_wearable_hotfix
accepted/tizen_6.0_base
accepted/tizen_6.0_base_hotfix
accepted/tizen_6.5_base
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_dev
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_genivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
pristine-tar
sandbox/denis13/LTO
sandbox/dkson95/optimization
sandbox/giuliana/x86_baselibs
sandbox/jkozerski/tizen
sandbox/jkozerski/upstream
sandbox/nmerinov/llvm
sandbox/vbarinov/102d
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2_base
tizen_3.0_base
tizen_3.0_ivi
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5_base
tizen_5.5_base_mobile_hotfix
tizen_5.5_base_wearable_hotfix
tizen_5.5_tv
tizen_6.0_base
tizen_6.0_base_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
tizen_ivi_genivi
tizen_ivi_panda
tizen_ivi_release
upstream
Domain: Security / Utilities;
Dong Sun Lee <ds73.lee@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-12
Imported Upstream version 1.0.1l
upstream/1.0.1l
kyungwook tak
49
-2943
/
+625
2014-10-20
Prepare for 1.0.1j release
upstream/1.0.1j
sandbox/jkozerski/upstream
Matt Caswell
1
-3
/
+3
2014-10-20
Fix SSL_R naming inconsistency.
Bodo Moeller
1
-1
/
+1
2014-10-20
aesni-x86_64.pl: make ECB subroutine Windows ABI compliant.
Andy Polyakov
1
-25
/
+27
2014-10-20
Add constant_time_locl.h to HEADERS,
Tim Hudson
1
-1
/
+2
2014-10-20
Include "constant_time_locl.h" rather than "../constant_time_locl.h".
Richard Levitte
3
-3
/
+3
2014-10-20
Spaces were added in some strings for better readability. However, those spac...
Richard Levitte
1
-3
/
+3
2014-10-20
Adjust VMS build to Unix build. Most of all, make it so the disabled
Richard Levitte
2
-20
/
+29
2014-10-20
Make sure that disabling the MAYLOSEDATA3 warning is only done when the compi...
Richard Levitte
1
-3
/
+18
2014-10-20
Support TLS_FALLBACK_SCSV.
Bodo Moeller
1
-0
/
+1
2014-10-20
Removed duplicate definition of PKCS7_type_is_encrypted
Matt Caswell
1
-4
/
+0
2014-10-20
Add additional DigestInfo checks.
Dr. Stephen Henson
1
-1
/
+20
2014-10-20
Add missing tests
Emilia Kasper
1
-5
/
+7
2014-10-20
crypto/bn/bn_nist.c: work around MSC ARM compiler bug.
Andy Polyakov
1
-3
/
+3
2014-10-20
RT3425: constant-time evp_enc
Emilia Kasper
2
-26
/
+32
2014-10-20
RT3067: simplify patch
Emilia Kasper
2
-0
/
+54
2014-10-20
RT3066: rewrite RSA padding checks to be slightly more constant time.
Emilia Kasper
7
-112
/
+302
2014-10-20
RT2560: missing NULL check in ocsp_req_find_signer
Rich Salz
1
-2
/
+5
2014-10-20
Ensure that x**0 mod 1 = 0.
Adam Langley
2
-2
/
+52
2014-10-20
Followup on RT3334 fix: make sure that a directory that's the empty
Richard Levitte
2
-1
/
+12
2014-10-20
RT3334: Fix crypto/LPdir_win.c
Phil Mesnier
1
-7
/
+35
2014-10-20
Make the inline const-time functions static.
Emilia Kasper
1
-16
/
+16
2014-10-20
md5-x86_64.pl: work around warning.
Andy Polyakov
1
-1
/
+1
2014-10-20
Constant-time utilities
Emilia Kasper
3
-0
/
+375
2014-10-20
RT2400: ASN1_STRING_to_UTF8 missing initializer
Raphael Spreitzer
1
-0
/
+1
2014-10-20
RT2308: Add extern "C" { ... } wrapper
Rich Salz
6
-0
/
+41
2014-10-20
Explicitly check for empty ASN.1 strings in d2i_ECPrivateKey
Emilia Kasper
1
-3
/
+9
2014-10-20
RT3065: automatically generate a missing EC public key
Matt Caswell
1
-8
/
+19
2014-10-20
RT3065: ec_private_key_dont_crash
Adam Langley
2
-7
/
+10
2014-10-20
RT3061: Don't SEGFAULT when trying to export a public DSA key as a private key.
Adam Langley
1
-1
/
+6
2014-10-20
Fix build when BSAES_ASM is defined but VPAES_ASM is not
Emilia Kasper
1
-1
/
+1
2014-10-20
Add volatile qualifications to two blocks of inline asm to stop GCC from
Adam Langley
1
-4
/
+4
2014-10-20
Further improve/fix ec_GFp_simple_points_make_affine (ecp_smpl.c) and
Bodo Moeller
3
-5
/
+6
2014-10-20
Only use FIPS EC methods in FIPS mode.
Dr. Stephen Henson
4
-16
/
+20
2014-10-20
Prepare for 1.0.1j-dev
Matt Caswell
1
-3
/
+3
2014-10-20
Prepare for 1.0.1i release
upstream/1.0.1i
Matt Caswell
1
-3
/
+3
2014-10-20
make update
Matt Caswell
1
-1718
/
+1711
2014-10-20
Fix SRP buffer overrun vulnerability.
Dr. Stephen Henson
1
-0
/
+6
2014-10-20
Fix OID handling:
Emilia Kasper
2
-16
/
+30
2014-10-20
Fix error discrepancy.
Dr. Stephen Henson
3
-11
/
+5
2014-10-20
Simplify and fix ec_GFp_simple_points_make_affine
Bodo Moeller
2
-112
/
+125
2014-10-20
Avoid multiple lock using FIPS DRBG.
Dr. Stephen Henson
3
-14
/
+12
2014-10-20
"EC_POINT_invert" was checking "dbl" function pointer instead of "invert".
Billy Brumley
1
-1
/
+1
2014-10-20
Fixed valgrind complaint due to BN_consttime_swap reading uninitialised data.
Matt Caswell
1
-0
/
+9
2014-10-20
* crypto/ui/ui_lib.c: misplaced brace in switch statement.
Richard Levitte
1
-1
/
+1
2014-10-20
Don't clean up uninitialised EVP_CIPHER_CTX on error (CID 483259).
Ben Laurie
1
-1
/
+2
2014-10-20
Fix memory leak in BIO_free if there is no destroy function.
Matt Caswell
1
-2
/
+2
2014-10-20
Prevent infinite loop loading config files.
David Lloyd
1
-1
/
+1
2014-10-20
Sanity check keylength in PVK files.
Dr. Stephen Henson
1
-0
/
+5
2014-10-20
Return smaller of ret and f.
Alan Hryngle
1
-1
/
+1
[next]