Sign in
flutter
/
third_party
/
openssl
/
174c86a216cadb650caef813a79cc1bb6ff75e7d
174c86a
Recognize LHASH_OF().
by Dr. Stephen Henson
· 17 years ago
c6ddacf
Stop const mismatch warning.
by Dr. Stephen Henson
· 17 years ago
ab3eafd
Stop warning about extra ';' outside of function.
by Dr. Stephen Henson
· 17 years ago
dd043cd
Stop const mismatch warning in VC++.
by Dr. Stephen Henson
· 17 years ago
a75c662
Everyone's had a few years to port their favorite additions to 0.9.7
by Bodo Möller
· 17 years ago
83574cf
Fix from stable branch.
by Dr. Stephen Henson
· 17 years ago
2cd8183
sync with 0.9.8 branch
by Bodo Möller
· 17 years ago
e194fe8
From HEAD:
by Bodo Möller
· 17 years ago
40a7062
From HEAD:
by Bodo Möller
· 17 years ago
c6f6c38
grammar
by Bodo Möller
· 17 years ago
8f395e0
year 2008
by Bodo Möller
· 17 years ago
595852f
Avoid "duplicate const" warnings.
by Dr. Stephen Henson
· 17 years ago
0a56761
Avoid warning about empty structures and always define CHECKED_PTR_OF
by Dr. Stephen Henson
· 17 years ago
220903f
C++ style comments fixed.
by Dr. Stephen Henson
· 17 years ago
3c1d6bb
LHASH revamp. make depend.
by Ben Laurie
· 17 years ago
cab14b9
Add README about removed root CA certificates.
by Lutz Jänicke
· 17 years ago
17a4a4d
Reword comment to be much shorter to stop other people from complaining
by Lutz Jänicke
· 17 years ago
c2c2e7a
Clear error queue when starting SSL_CTX_use_certificate_chain_file
by Lutz Jänicke
· 17 years ago
d18ef84
Remove all root CA files (beyond test CAs including private key)
by Lutz Jänicke
· 17 years ago
5c0d90a
Typo.
by Dr. Stephen Henson
· 17 years ago
f434730
Typo.
by Dr. Stephen Henson
· 17 years ago
65fd877
Update ordinals.
by Dr. Stephen Henson
· 17 years ago
64ddafc
Update from stable branch.
by Dr. Stephen Henson
· 17 years ago
781f0a9
Fix from stable branch.
by Dr. Stephen Henson
· 17 years ago
3de5a77
Correctly adjust location of comment
by Lutz Jänicke
· 17 years ago
94fd382
Fix two invalid memory reads in RSA OAEP mode.
by Dr. Stephen Henson
· 17 years ago
4bd4afa
Change use of CRYPTO_THREADID so that we always use both the ulong and
by Bodo Möller
· 17 years ago
148bb95
Disable code that clearly doesn't currently serve any useful purpose.
by Bodo Möller
· 17 years ago
51e00db
Document "openssl s_server" -crl_check* options
by Lutz Jänicke
· 17 years ago
a92ebf2
Provide information about "openssl dgst" -hmac option.
by Lutz Jänicke
· 17 years ago
f49c687
Typo. (From 0.9.8-stable/S. Henson) PR: 1672
by Lutz Jänicke
· 17 years ago
8b99c79
Another occurance of possible valgrind/purify "uninitialized memory"
by Lutz Jänicke
· 17 years ago
718f8f7
Fix from stable branch.
by Dr. Stephen Henson
· 17 years ago
e718520
Add missing cast.
by Dr. Stephen Henson
· 17 years ago
4f46934
Depict future Win64/x64 development.
by Andy Polyakov
· 17 years ago
fabe640
Clarifying comment.
by Bodo Möller
· 17 years ago
19048b5
New function CMS_add1_crl().
by Dr. Stephen Henson
· 17 years ago
156ee88
Indicate support for digest init ctrl.
by Dr. Stephen Henson
· 17 years ago
c386f8a
Typo.
by Dr. Stephen Henson
· 17 years ago
4a954b5
Use "cont" consistently in cms-examples.pl
by Dr. Stephen Henson
· 17 years ago
d05a474
Montgomery-related minor cleanups/documentation
by Bodo Möller
· 17 years ago
8a2062f
Update from stable branch.
by Dr. Stephen Henson
· 17 years ago
2f63ad5
Update from stable branch.
by Dr. Stephen Henson
· 17 years ago
c78bba2
Oops!
by Dr. Stephen Henson
· 17 years ago
d26c905
Update from stable branch.
by Dr. Stephen Henson
· 17 years ago
8fcc9ca
Update from stable branch.
by Dr. Stephen Henson
· 17 years ago
e7b097f
Fix auto-discovery of ENGINEs. See the CHANGES entry for details (and/or
by Geoff Thorpe
· 17 years ago
5ee6f96
Paul Sheer optimised the OpenSSL to/from libGMP conversions for the case
by Geoff Thorpe
· 17 years ago
dc634af
Don't send zero length session ID if stateless session resupmtion is
by Dr. Stephen Henson
· 17 years ago
8e3b2db
Disable debugging fprintf.
by Dr. Stephen Henson
· 17 years ago
ba6f95e
Add 64-bit support to BN_nist_mod_244 and engage BN_nist_mod_* on 64-bit
by Andy Polyakov
· 17 years ago
281066c
Compensate inline assembler in sha512.c for gcc 2.7.2 compiler bug. PR: 1667
by Andy Polyakov
· 17 years ago
830b887
Takanori Yanagisawa has shown how to correctly use pre-computed values.
by Andy Polyakov
· 17 years ago
9912ab6
Resolve __DECC warning and keep disclaiming support for 16-bit platforms.
by Andy Polyakov
· 17 years ago
299ab42
Fix remaining BN_nist_mod_*. PR: 1593
by Andy Polyakov
· 17 years ago
e6ef05d
Make certs argument work in CMS_sign() add test case. PR:1664
by Dr. Stephen Henson
· 17 years ago
0f401ff
Add missing 'extern "C" {' to some _err.h files in crypto/engines/ PR: 1609
by Lutz Jänicke
· 17 years ago
5558128
Another minor update from the mingw development
by Lutz Jänicke
· 17 years ago
e33c72d
Synchronise with Unix.
by Richard Levitte
· 17 years ago
44a877a
Fix incorrect return value in apps/apps.c:parse_yesno()
by Lutz Jänicke
· 17 years ago
6b6fe3d
Correctly handle case of bad arguments supplied to rsautl PR: 1659
by Lutz Jänicke
· 17 years ago
4c1a6e0
Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev
by Lutz Jänicke
· 17 years ago
6e6ada1
Further synchronisation with Unix build. I hadn't noticed pq_compat.h
by Richard Levitte
· 17 years ago
b35a131
Provide other forms for symbols that are too long or that clash with others
by Richard Levitte
· 17 years ago
1728756
Detached encrypt/decrypt example, fix decrypt sample.
by Dr. Stephen Henson
· 17 years ago
a12a6b9
Correct argument order for CMS_decrypt() in docs.
by Dr. Stephen Henson
· 17 years ago
852bd35
Fix prototype for CMS_decrypt(), don't free up detached content.
by Dr. Stephen Henson
· 17 years ago
a5db50d
Revert argument swap change... oops CMS_uncompress() was consistent...
by Dr. Stephen Henson
· 17 years ago
f3eba36
Fix comments.
by Dr. Stephen Henson
· 17 years ago
529d329
Make CMS_uncompress() argument order consistent with other functions.
by Dr. Stephen Henson
· 17 years ago
47a6d38
CMS compressed data examples.
by Dr. Stephen Henson
· 17 years ago
c02b6b6
Fix for compression and updated CMS_final().
by Dr. Stephen Henson
· 17 years ago
3b28bc9
PKCS#7 examples converted to CMS.
by Dr. Stephen Henson
· 17 years ago
fc003bc
Synchronise with Unix build
by Richard Levitte
· 17 years ago
38d3a73
Reformat, fix typos and clarify CMS API docs.
by Dr. Stephen Henson
· 17 years ago
73b3c2d
Correct HISTORY reference.
by Dr. Stephen Henson
· 17 years ago
4670e00
Typo.
by Dr. Stephen Henson
· 17 years ago
287df2f
Add docs for CMS_final() and BIO_new_CMS().
by Dr. Stephen Henson
· 17 years ago
e0fbd07
Add additional parameter to CMS_final() to handle detached content.
by Dr. Stephen Henson
· 17 years ago
eaee098
Ignore nonsensical flags for signed receipts.
by Dr. Stephen Henson
· 17 years ago
43d9e9d
Add CMS signed receipt genration and verification docs.
by Dr. Stephen Henson
· 17 years ago
c420fab
Spellcheck CMS docs.
by Dr. Stephen Henson
· 17 years ago
6469a1f
Signed receipt request function documentation.
by Dr. Stephen Henson
· 17 years ago
7f50d9a
Correct references to smime in cms app.
by Dr. Stephen Henson
· 17 years ago
da6ea11
Update docs.
by Dr. Stephen Henson
· 17 years ago
fb777e1
Add CMS_uncompress manual page.
by Dr. Stephen Henson
· 17 years ago
360bb61
Add CMS_compress() docs.
by Dr. Stephen Henson
· 17 years ago
847e551
More CMS API documentation.
by Dr. Stephen Henson
· 17 years ago
d412250
Clarifying comment.
by Andy Polyakov
· 17 years ago
2c4226c
Do BN_nist_mod_384 by the book, as cheating doesn't work. Other functions
by Andy Polyakov
· 17 years ago
86173db
Fix various typos, update SMIMECapabilities description.
by Dr. Stephen Henson
· 17 years ago
9034c56
Correct d2i/i2d typos.
by Dr. Stephen Henson
· 17 years ago
e33ffac
Initial CMS API documentation.
by Dr. Stephen Henson
· 17 years ago
853eae5
Implement CMS_NOCRL.
by Dr. Stephen Henson
· 17 years ago
b4be380
Fix URI of OpenSSL Request Tracker information PR: 1661
by Lutz Jänicke
· 17 years ago
ff80280
Set contentType attribute just before signing to allow encapsulated content
by Dr. Stephen Henson
· 17 years ago
e45641b
Fix typo and add header files to err library.
by Dr. Stephen Henson
· 17 years ago
d5a37b0
Give consistent return value and add error code for duplicate certificates.
by Dr. Stephen Henson
· 17 years ago
6819050
Delete nonexistant function from pkcs7.h header file. WIN32 build fix from
by Dr. Stephen Henson
· 17 years ago
88db4e6
Make mk1mf.pl recognize no-cms.
by Dr. Stephen Henson
· 17 years ago
Next »