aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des
Commit message (Collapse)AuthorAgeFilesLines
* RT3543: Remove #ifdef LINTRich Salz2014-12-102-11/+2
| | | | | | | I also replaced some exit/return wrappers in various programs (from main) to standardize on return. Reviewed-by: Richard Levitte <levitte@openssl.org>
* Remove fips_constseg references.Dr. Stephen Henson2014-12-083-7/+0
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Remove all .cvsignore filesRich Salz2014-11-282-14/+0
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* RT3549: Remove obsolete files in cryptoRich Salz2014-10-012-922/+0
| | | | Reviewed-by: Andy Polyakov <appro@openssl.org>
* RT2910: Remove des.c and its Makefile targetRich Salz2014-09-302-935/+0
| | | | Reviewed-by: Andy Polyakov <appro@openssl.org>
* RT3544: Remove MWERKS supportRich Salz2014-09-241-11/+3
| | | | | | | | | | | | The following #ifdef tests were all removed: __MWERKS__ MAC_OS_pre_X MAC_OS_GUSI_SOURCE MAC_OS_pre_X OPENSSL_SYS_MACINTOSH_CLASSIC OPENSSL_SYS_MACOSX_RHAPSODY Reviewed-by: Andy Polyakov <appro@openssl.org>
* Remove some outdated README files, to avoid confusing people.Rich Salz2014-08-301-54/+0
| | | | Reviewed-by: Andy Polyakov <appro@openssl.org>
* Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz2014-08-091-1/+1
| | | | Undo unapproved commit that removed DJGPP and WATT32
* Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz2014-08-081-1/+1
| | | | | | DJGPP is no longer a supported platform. Remove all #ifdef, etc., cases that refer to it. DJGPP also #define'd WATT32, so that is now removed as well.
* SPARC T4 assembly pack: treat zero input length in CBC.Andy Polyakov2014-03-071-0/+15
| | | | | | | | | | | The problem is that OpenSSH calls EVP_Cipher, which is not as protective as EVP_CipherUpdate. Formally speaking we ought to do more checks in *_cipher methods, including rejecting lengths not divisible by block size (unless ciphertext stealing is in place). But for now I implement check for zero length in low-level based on precedent. PR: 3087, 2775
* des/asm/des-586.pl: shortcut reference to DES_SPtrans.Andy Polyakov2014-02-271-1/+3
|
* POD: Fix list terminationLubomir Rintel2013-10-221-0/+2
| | | | | | | | | | | | | This fixes problems in POD list formatting: extra or missing =back sequences. doc/ssl/SSL_CTX_set1_curves.pod around line 90: =back without =over doc/ssl/SSL_CTX_set1_verify_cert_store.pod around line 73: =back without =over doc/ssl/SSL_CTX_add1_chain_cert.pod around line 82: =back without =over doc/crypto/evp.pod around line 40: '=item' outside of any '=over' crypto/des/des.pod around line 184: You forgot a '=back' before '=head1' PR#3147
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-053-4/+4
|
* SPARC T4 DES support: fix typo.Andy Polyakov2013-06-181-2/+2
|
* dest4-sparcv9.pl: add clarification comment.Andy Polyakov2013-04-041-0/+8
|
* Add support for SPARC T4 DES opcode.Andy Polyakov2013-03-312-0/+596
|
* des_enc.m4: add missing #include.Andy Polyakov2013-03-311-0/+2
| | | | Submitted by: David Miller
* Update support for Intel compiler: add linux-x86_64-icc and fix problems.Andy Polyakov2012-11-281-1/+3
|
* make dependDr. Stephen Henson2012-11-191-7/+7
|
* reinclude crypto.h: this is needed in HEAD only to get the __fips_constseg ↵Dr. Stephen Henson2012-07-181-0/+1
| | | | definition
* Fix Win32 build.Dr. Stephen Henson2012-07-011-2/+0
|
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-0323-127/+90
|
* Allow for dynamic base in Win64 FIPS module.Andy Polyakov2011-09-143-0/+7
|
* SPARC assembler pack: fix FIPS linking errors.Andy Polyakov2011-08-121-0/+4
|
* After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte2011-03-191-6/+6
| | | | submitted by Steven M. Schweda <sms@antinode.info>
* Update dependencies.Dr. Stephen Henson2011-02-211-86/+107
|
* Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson2011-02-1612-0/+12
| | | | is picked up.
* Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson2011-02-1611-1/+12
| | | | Make sure crypto.h is included first in any affected files.
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
|
* PR: 2266Dr. Stephen Henson2010-05-261-2/+2
| | | | | | Submitted By: Jonathan Gray <jsg@goblin.cx> Correct ioctl definitions.
* Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).Richard Levitte2009-05-151-26/+28
| | | | | Thank you\! (note: not tested for now, a few nightly builds should give indications though)
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-031-1/+1
|
* Fix from 1.0.0-stableDr. Stephen Henson2009-03-311-0/+4
|
* Ooops reverse previous patch.Dr. Stephen Henson2009-03-311-0/+4
|
* Update from 0.9.8-stableDr. Stephen Henson2009-03-311-4/+0
|
* Make SPARC assembler Pirify-friendly (Purify can't cope with certainAndy Polyakov2009-03-161-25/+30
| | | | PIC constructs).
* PR: 1835Dr. Stephen Henson2009-02-141-1/+1
| | | | | | | Submitted by: Damien Miller <djm@mindrot.org> Approved by: steve@openssl.org Fix various typos.
* Optimize #undef DES_UNROLL for size.Andy Polyakov2008-12-223-16/+6
|
* This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov2008-12-222-0/+8
| | | | | | | .DLL, in particular static build. The issue has been discussed in RT#1230 and later on openssl-dev, and mutually exclusive approaches were suggested. This completes compromise solution suggested in RT#1230. PR: 1230
* des-596.pl update: short-circuit reference to DES_SPtrans.Andy Polyakov2008-07-151-2/+6
|
* Update from stable branch.Dr. Stephen Henson2008-05-202-2/+4
|
* Fix from stable branch.Dr. Stephen Henson2008-05-201-0/+2
|
* Disable code that clearly doesn't currently serve any useful purpose.Bodo Möller2008-05-191-1/+3
| | | | (Buggy line reported by Matthias Koenig.)
* Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke2008-04-171-2/+2
| | | | | PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
* crypto/rc5/Makefile was erroneously omitted from last perlasm unification.Andy Polyakov2008-01-151-2/+0
| | | | Also remove obsolete and now misleading comments.
* Unify x86 perlasm make rules.Andy Polyakov2008-01-111-19/+4
|
* Update perl asm scripts include paths for perlasm.Dr. Stephen Henson2008-01-052-2/+4
|
* Engage x86 assembler in Mac OS X build.Andy Polyakov2007-12-181-0/+4
|
* Bunch of constifications.Andy Polyakov2007-10-132-2/+2
|