Sign in
flutter
/
third_party
/
openssl
/
88f2a4cf9ced521e2c2874a1c32af0eeaa027f40
88f2a4c
CVE-2010-4180 fix (from OpenSSL_1_0_0-stable)
by Bodo Möller
· 14 years ago
9d0397e
make update
by Bodo Möller
· 14 years ago
2440d8b
Fix error codes.
by Bodo Möller
· 14 years ago
ee98846
Cope with new DSA2 file format where some p/q only tests are made.
by Dr. Stephen Henson
· 14 years ago
5f885f1
Fix target config errors.
by Dr. Stephen Henson
· 14 years ago
7a4ec19
Make no-asm work in fips mode. Add android platform.
by Dr. Stephen Henson
· 14 years ago
a5b196a
Add sign/verify digest API to handle an explicit digest instead of finalising
by Dr. Stephen Henson
· 14 years ago
b6104f9
Remove DSA parameter generation from DSA selftest. It is unnecessary and
by Dr. Stephen Henson
· 14 years ago
96d5997
Don't try to set pmd if it is NULL.
by Dr. Stephen Henson
· 14 years ago
92eb4c5
Add DSA2 support to final algorithm tests: keypair and keyver.
by Dr. Stephen Henson
· 14 years ago
89f63d0
Support more DSA2 tests.
by Dr. Stephen Henson
· 14 years ago
2ecc150
Tolerate mixed case and leading zeroes when comparing.
by Dr. Stephen Henson
· 14 years ago
3c2c4cc
fixes for DSA2 parameter generation
by Dr. Stephen Henson
· 14 years ago
5eedacc
update README.FIPS
by Dr. Stephen Henson
· 14 years ago
7f64c26
Since FIPS 186-3 specifies we use the leftmost bits of the digest
by Dr. Stephen Henson
· 14 years ago
3dd9b31
Provisional, experimental support for DSA2 parameter generation algorithm.
by Dr. Stephen Henson
· 14 years ago
eb164d0
stop warnings about no previous prototype when compiling shared engines
by Dr. Stephen Henson
· 14 years ago
225c272
Fix shared build for fips
by Dr. Stephen Henson
· 14 years ago
9fdb2cc
Add fips option into Configure, disable endian code for no-asm and FIPS.
by Dr. Stephen Henson
· 14 years ago
cc8bd54
add fiplibdir and basedir options to Configure
by Dr. Stephen Henson
· 14 years ago
0c02a37
use different default fips install directory
by Dr. Stephen Henson
· 14 years ago
166c9cb
update version to 2.0
by Dr. Stephen Henson
· 14 years ago
5084af28
typo
by Dr. Stephen Henson
· 14 years ago
7e23e85
don't descend fips directory if not in fips mode
by Dr. Stephen Henson
· 14 years ago
44f54a1
Add preliminary FIPS information.
by Dr. Stephen Henson
· 14 years ago
7edfe67
Move all FIPSAPI renames into fips.h header file, include early in
by Dr. Stephen Henson
· 14 years ago
d8ad2e6
add .cvsignore
by Dr. Stephen Henson
· 14 years ago
1097bde
add FIPS API malloc/free
by Dr. Stephen Henson
· 14 years ago
7cc684f
Redirect FIPS memory allocation to FIPS_malloc() routine, remove
by Dr. Stephen Henson
· 14 years ago
e36d6b8
add fips_dsatest.c file
by Dr. Stephen Henson
· 14 years ago
aa87945
Update source files to handle new FIPS_lock() location. Add FIPS_lock()
by Dr. Stephen Henson
· 14 years ago
7c8ced9
Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just refer
by Dr. Stephen Henson
· 14 years ago
d5df1b3
Include thread ID code in fips module.
by Dr. Stephen Henson
· 14 years ago
6ff9c48
New FIPS_lock() function for minimal FIPS locking API: to avoid dependencies
by Dr. Stephen Henson
· 14 years ago
ad6019d
Move locking and thread ID functions into new files lock.c and thr_id.c,
by Dr. Stephen Henson
· 14 years ago
a27de7b
use FIPSEVP in some bn and rsa files
by Dr. Stephen Henson
· 14 years ago
54e02a2
update .cvsignore
by Dr. Stephen Henson
· 14 years ago
879bd6e
Internal version of BN_mod_inverse allowing checking of no-inverse without
by Dr. Stephen Henson
· 14 years ago
6f1a3a3
FIPS changes to test/Makefile: rules to build FIPS test applications.
by Dr. Stephen Henson
· 14 years ago
6f4b3e7
Use ARX in crypto/Makefile
by Dr. Stephen Henson
· 14 years ago
6dff52e
FIPS HMAC changes:
by Dr. Stephen Henson
· 14 years ago
df6de39
Change AR to ARX to allow exclusion of fips object modules
by Dr. Stephen Henson
· 14 years ago
5ca9cb7
FIPS mode ERR changes. Redirect errors to tiny FIPS callbacks to avoid ERR
by Dr. Stephen Henson
· 14 years ago
83c3410
FIPS DH changes: selftest checks and key range checks.
by Dr. Stephen Henson
· 14 years ago
20818e0
FIPS mode DSA changes:
by Dr. Stephen Henson
· 14 years ago
c553721
FIPS mode RSA changes:
by Dr. Stephen Henson
· 14 years ago
1588a3c
add new RAND errors
by Dr. Stephen Henson
· 14 years ago
7a4bd34
FIPS mode EVP changes:
by Dr. Stephen Henson
· 14 years ago
4ead4e5
FIPS mode changes to make RNG compile (this will need updating later as we
by Dr. Stephen Henson
· 14 years ago
1ab2f7f
Add fipscanisterbuild configuration option and update Makefile.org: doesn't compile yet
by Dr. Stephen Henson
· 14 years ago
9bafd8f
FIPS_allow_md5() no longer exists and is no longer required
by Dr. Stephen Henson
· 14 years ago
3730483
Add rsa_crpt
by Richard Levitte
· 14 years ago
3d6a895
update mkerr.pl for use fips directory, add arx.pl script
by Dr. Stephen Henson
· 14 years ago
c11845a
add fips_premain.c.sha1
by Dr. Stephen Henson
· 14 years ago
ec3657f
add fips_sha1_selftest.c
by Dr. Stephen Henson
· 14 years ago
d69c665
add fips/sha files
by Dr. Stephen Henson
· 14 years ago
aaff7a0
add fips/aes/Makefile
by Dr. Stephen Henson
· 14 years ago
1d44454
add fips/des/Makefile
by Dr. Stephen Henson
· 14 years ago
5d3bfb9
add fips/Makefile
by Dr. Stephen Henson
· 14 years ago
aeb8996
add some missing fips files
by Dr. Stephen Henson
· 14 years ago
2b4b28d
And so it begins... again.
by Dr. Stephen Henson
· 14 years ago
72a2673
Move RSA encryption functions to new file crypto/rsa/rsa_crpt.c to separate
by Dr. Stephen Henson
· 14 years ago
13a5519
Move BN_options function to bn_print.c to remove dependency for BIO printf
by Dr. Stephen Henson
· 14 years ago
f7a2afa
Move DSA_sign, DSA_verify to dsa_asn1.c and include separate versions of
by Dr. Stephen Henson
· 14 years ago
245a7ee
recalculate DSA signature if r or s is zero (FIPS 186-3 requirement)
by Dr. Stephen Henson
· 14 years ago
6e0375d
revert Makefile change
by Dr. Stephen Henson
· 14 years ago
7d05edd
PR: 2433 Submitted by: Chris Wilson <chris@qwirx.com> Reviewed by: steve
by Dr. Stephen Henson
· 14 years ago
fef1c40
New function EC_KEY_set_affine_coordinates() this performs all the
by Dr. Stephen Henson
· 14 years ago
a428ac4
check EC public key isn't point at infinity
by Dr. Stephen Henson
· 14 years ago
0aa1aed
PR: 1612 Submitted by: Robert Jackson <robert@rjsweb.net> Reviewed by: steve
by Dr. Stephen Henson
· 14 years ago
dd61675
oops, revert mistakenly committed EC changes
by Dr. Stephen Henson
· 14 years ago
198ce9a
Add additional parameter to dsa_builtin_paramgen to output the generated
by Dr. Stephen Henson
· 14 years ago
78c4572
add va_list version of ERR_add_error_data
by Dr. Stephen Henson
· 14 years ago
d3f17e5
stop warning with no-engine
by Dr. Stephen Henson
· 14 years ago
ff66ff0
PR: 2425 Synchronise VMS build with Unixly build.
by Richard Levitte
· 14 years ago
105d62c
Constify.
by Ben Laurie
· 14 years ago
c13d7c0
Fix warning.
by Ben Laurie
· 14 years ago
114f511
missed change in ACKNOWLEDGEMENTS file
by Dr. Stephen Henson
· 14 years ago
778b14b
move some string utilities to buf_str.c to reduce some dependencies (from 0.9.8 branch).
by Dr. Stephen Henson
· 14 years ago
7b1a045
add X9.31 prime generation routines from 0.9.8 branch
by Dr. Stephen Henson
· 14 years ago
5b301b2
PR: 2407
by Richard Levitte
· 14 years ago
7225215
Don't use decryption_failed alert for TLS v1.1 or later.
by Dr. Stephen Henson
· 14 years ago
a475771
Since DTLS 1.0 is based on TLS 1.1 we should never return a decryption_failed
by Dr. Stephen Henson
· 14 years ago
09d84e0
oops missed an assert
by Dr. Stephen Henson
· 14 years ago
85881c1
PR: 2411 Submitted by: Rob Austein <sra@hactrn.net> Reviewed by: steve
by Dr. Stephen Henson
· 14 years ago
968062b
Fix escaping code for string printing. If *any* escaping is enabled we
by Dr. Stephen Henson
· 14 years ago
e82f755
PR: 2410 Submitted by: Rob Austein <sra@hactrn.net> Reviewed by: steve
by Dr. Stephen Henson
· 14 years ago
88ea810
PR: 2413 Submitted by: Michael Bergandi <mbergandi@gmail.com> Reviewed by: steve
by Dr. Stephen Henson
· 14 years ago
2b3936e
avoid verification loops in trusted store when path building
by Dr. Stephen Henson
· 14 years ago
c596b2a
Part of the IF structure didn't get pasted here... PR: 2393
by Richard Levitte
· 14 years ago
c329c6b
e_capi.c: rearrange #include-s to improve portability. PR: 2394
by Andy Polyakov
· 14 years ago
b7ef916
First attempt at adding the possibility to set the pointer size for the builds on VMS.
by Richard Levitte
· 14 years ago
d7d5a55
Support routines for ASN1 scanning function, doesn't do much yet.
by Dr. Stephen Henson
· 14 years ago
cc4c230
e_capi.c: change from ANSI to TCHAR domain. This makes it compilable on
by Andy Polyakov
· 14 years ago
de3bb26
apps/x590.c: harmonize usage of STDout and out_err. PR: 2323
by Andy Polyakov
· 14 years ago
05e4fbf
bss_file.c: refine UTF8 logic. PR: 2382
by Andy Polyakov
· 14 years ago
ef3026a
ignore leading null fields
by Dr. Stephen Henson
· 14 years ago
420ce9e
update FAQ
by Dr. Stephen Henson
· 14 years ago
73334e8
PR: 2386
by Dr. Stephen Henson
· 14 years ago
6f413ef
fix doc typos
by Dr. Stephen Henson
· 14 years ago
Next »