diff options
author | Josh Heidenreich <josh.sickmate@gmail.com> | 2012-02-09 13:42:42 +1030 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-08 23:18:06 -0500 |
commit | dd929dd089abb86bc2206bc9749722682c70f3f1 (patch) | |
tree | df1c54c223fde472abb1c680eac03c84cda0bae6 /libxmlsec | |
parent | ec84bbb208d59d042f8f0522fa96ed2ad94f2ca7 (diff) |
Added and improved READMEs for modules whihc used to be in libs-extern
Diffstat (limited to 'libxmlsec')
-rw-r--r-- | libxmlsec/README (renamed from libxmlsec/readme.txt) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libxmlsec/readme.txt b/libxmlsec/README index 55c6976f51f3..2484bf2300e4 100644 --- a/libxmlsec/readme.txt +++ b/libxmlsec/README @@ -1,3 +1,5 @@ +XML signing, etc. From [http://www.aleksey.com/xmlsec/]. Heavily patched. + The XML Security library has been modified, so that there is NO verification of the certificate during sign or verification operation. On Windows this was done in the function xmlSecMSCryptoX509StoreVerify (file src/mscrypto/x509vfy.c) and |