Commit 716a7405 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: Update comments.

parent a399e3bc
/* /*
* Copyright 2005 Juan Lang * Copyright 2005-2007 Juan Lang
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* *
* This file implements ASN.1 DER decoding of a limited set of types. * This file implements ASN.1 DER decoding of a limited set of types.
* It isn't a full ASN.1 implementation. Microsoft implements BER * It isn't a full ASN.1 implementation. Microsoft implements BER
* encoding of many of the basic types in msasn1.dll, but that interface is * encoding of many of the basic types in msasn1.dll, but that interface isn't
* undocumented, so I implement them here. * implemented, so I implement them here.
* *
* References: * References:
* "A Layman's Guide to a Subset of ASN.1, BER, and DER", by Burton Kaliski * "A Layman's Guide to a Subset of ASN.1, BER, and DER", by Burton Kaliski
...@@ -27,8 +27,7 @@ ...@@ -27,8 +27,7 @@
* *
* RFC3280, http://www.faqs.org/rfcs/rfc3280.html * RFC3280, http://www.faqs.org/rfcs/rfc3280.html
* *
* MSDN, especially: * MSDN, especially "Constants for CryptEncodeObject and CryptDecodeObject"
* http://msdn.microsoft.com/library/en-us/seccrypto/security/constants_for_cryptencodeobject_and_cryptdecodeobject.asp
*/ */
#include <assert.h> #include <assert.h>
......
/* /*
* Copyright 2005 Juan Lang * Copyright 2005-2007 Juan Lang
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* *
* This file implements ASN.1 DER encoding of a limited set of types. * This file implements ASN.1 DER encoding of a limited set of types.
* It isn't a full ASN.1 implementation. Microsoft implements BER * It isn't a full ASN.1 implementation. Microsoft implements BER
* encoding of many of the basic types in msasn1.dll, but that interface is * encoding of many of the basic types in msasn1.dll, but that interface isn't
* undocumented, so I implement them here. * implemented, so I implement them here.
* *
* References: * References:
* "A Layman's Guide to a Subset of ASN.1, BER, and DER", by Burton Kaliski * "A Layman's Guide to a Subset of ASN.1, BER, and DER", by Burton Kaliski
...@@ -27,8 +27,7 @@ ...@@ -27,8 +27,7 @@
* *
* RFC3280, http://www.faqs.org/rfcs/rfc3280.html * RFC3280, http://www.faqs.org/rfcs/rfc3280.html
* *
* MSDN, especially: * MSDN, especially "Constants for CryptEncodeObject and CryptDecodeObject"
* http://msdn.microsoft.com/library/en-us/seccrypto/security/constants_for_cryptencodeobject_and_cryptdecodeobject.asp
*/ */
#include <assert.h> #include <assert.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment