aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkcs1
AgeCommit message (Collapse)AuthorFilesLines
2005-09-07Set "COPYCMD=/Y" and remove the "/Y" from each XCOPY command in orderGerald Combs1-2/+2
to fix compilation under Windows NT. This should fix bug 403. The changes were made using "find . -name Makefile.nmake | xargs perl -pi.bak -e 's: /y::i'". They appear to work under XP, but if anything broke I blame Larry Wall. svn path=/trunk/; revision=15710
2005-08-02Fix more "no previous declaration" warnings - the forgotten filesJörg Mayer1-0/+1
svn path=/trunk/; revision=15170
2005-01-16When using Cygwin's python asn2eth.pyLars Roland1-5/+24
generates dissectors with mixed EOL! SVN doesn't allow you to commit such files. Add a target to all nmake makefiles in asn1 subdirectory which will fix these files. svn path=/trunk/; revision=13077
2005-01-16Supply Makefile.nmake files.Guy Harris1-0/+23
svn path=/trunk/; revision=13072
2005-01-16Make the Makefile look like the h235 Makefiles, with the new rules.Guy Harris1-2/+14
Get rid of their "executable" property, and set svn:keywords to Id and svn:eol-style to native if they're not already set. svn path=/trunk/; revision=13071
2004-12-12updates from tomas and andersRonnie Sahlberg1-0/+4
create some missing makefiles for autogenerated dissectors finish the transition to the new ber integer dissetor helper signature and regenerate all ber dissectors svn path=/trunk/; revision=12724
2004-11-22New protocol: RFC2634 ExtendedSecurityServicesRonnie Sahlberg2-0/+2
updates to cms to accomodate the new protocol add author to some files svn path=/trunk/; revision=12573
2004-11-21cleanup for x509afRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=12558
2004-10-05Set svn:keywords to Id to expand RCS IDs, and set svn:eol-style toGuy Harris3-27/+27
native to canonicalize line endings. svn path=/trunk/; revision=12203
2004-07-29New protocol: PKCS#1 (rfc2313 pplus some extra oid's)Ronnie Sahlberg4-0/+206
svn path=/trunk/; revision=11566