Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
mbedtls
Commits
785a9eee
Commit
785a9eee
authored
Jan 25, 2009
by
Paul Bakker
Browse files
- Added email address to header license information
parent
3b8dfc37
Changes
69
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
include/polarssl/aes.h
include/polarssl/aes.h
+1
-1
include/polarssl/arc4.h
include/polarssl/arc4.h
+1
-1
include/polarssl/base64.h
include/polarssl/base64.h
+1
-1
include/polarssl/bignum.h
include/polarssl/bignum.h
+1
-1
include/polarssl/bn_mul.h
include/polarssl/bn_mul.h
+1
-1
include/polarssl/camellia.h
include/polarssl/camellia.h
+1
-1
include/polarssl/certs.h
include/polarssl/certs.h
+1
-1
include/polarssl/config.h
include/polarssl/config.h
+1
-1
include/polarssl/debug.h
include/polarssl/debug.h
+1
-1
include/polarssl/des.h
include/polarssl/des.h
+1
-1
include/polarssl/dhm.h
include/polarssl/dhm.h
+1
-1
include/polarssl/havege.h
include/polarssl/havege.h
+1
-1
include/polarssl/md2.h
include/polarssl/md2.h
+1
-1
include/polarssl/md4.h
include/polarssl/md4.h
+1
-1
include/polarssl/md5.h
include/polarssl/md5.h
+1
-1
include/polarssl/net.h
include/polarssl/net.h
+1
-1
include/polarssl/openssl.h
include/polarssl/openssl.h
+1
-1
include/polarssl/padlock.h
include/polarssl/padlock.h
+1
-1
include/polarssl/rsa.h
include/polarssl/rsa.h
+1
-1
include/polarssl/sha1.h
include/polarssl/sha1.h
+1
-1
No files found.
include/polarssl/aes.h
View file @
785a9eee
...
...
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009
Paul Bakker
* Copyright (C) 2009 Paul Bakker
<polarssl_maintainer at polarssl dot org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
include/polarssl/arc4.h
View file @
785a9eee
...
...
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009
Paul Bakker
* Copyright (C) 2009 Paul Bakker
<polarssl_maintainer at polarssl dot org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
include/polarssl/base64.h
View file @
785a9eee
...
...
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009
Paul Bakker
* Copyright (C) 2009 Paul Bakker
<polarssl_maintainer at polarssl dot org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
include/polarssl/bignum.h
View file @
785a9eee
...
...
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009
Paul Bakker
* Copyright (C) 2009 Paul Bakker
<polarssl_maintainer at polarssl dot org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
include/polarssl/bn_mul.h
View file @
785a9eee
...
...
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009
Paul Bakker
* Copyright (C) 2009 Paul Bakker
<polarssl_maintainer at polarssl dot org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
include/polarssl/camellia.h
View file @
785a9eee
/**
* \file camellia.h
*
* Copyright (C) 2009
Paul Bakker
* Copyright (C) 2009 Paul Bakker
<polarssl_maintainer at polarssl dot org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
include/polarssl/certs.h
View file @
785a9eee
...
...
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009
Paul Bakker
* Copyright (C) 2009 Paul Bakker
<polarssl_maintainer at polarssl dot org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
include/polarssl/config.h
View file @
785a9eee
...
...
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009
Paul Bakker
* Copyright (C) 2009 Paul Bakker
<polarssl_maintainer at polarssl dot org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
include/polarssl/debug.h
View file @
785a9eee
...
...
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009
Paul Bakker
* Copyright (C) 2009 Paul Bakker
<polarssl_maintainer at polarssl dot org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
include/polarssl/des.h
View file @
785a9eee
...
...
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009
Paul Bakker
* Copyright (C) 2009 Paul Bakker
<polarssl_maintainer at polarssl dot org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
include/polarssl/dhm.h
View file @
785a9eee
...
...
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009
Paul Bakker
* Copyright (C) 2009 Paul Bakker
<polarssl_maintainer at polarssl dot org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
include/polarssl/havege.h
View file @
785a9eee
...
...
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009
Paul Bakker
* Copyright (C) 2009 Paul Bakker
<polarssl_maintainer at polarssl dot org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
include/polarssl/md2.h
View file @
785a9eee
...
...
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009
Paul Bakker
* Copyright (C) 2009 Paul Bakker
<polarssl_maintainer at polarssl dot org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
include/polarssl/md4.h
View file @
785a9eee
...
...
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009
Paul Bakker
* Copyright (C) 2009 Paul Bakker
<polarssl_maintainer at polarssl dot org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
include/polarssl/md5.h
View file @
785a9eee
...
...
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009
Paul Bakker
* Copyright (C) 2009 Paul Bakker
<polarssl_maintainer at polarssl dot org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
include/polarssl/net.h
View file @
785a9eee
...
...
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009
Paul Bakker
* Copyright (C) 2009 Paul Bakker
<polarssl_maintainer at polarssl dot org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
include/polarssl/openssl.h
View file @
785a9eee
...
...
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009
Paul Bakker
* Copyright (C) 2009 Paul Bakker
<polarssl_maintainer at polarssl dot org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
include/polarssl/padlock.h
View file @
785a9eee
...
...
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009
Paul Bakker
* Copyright (C) 2009 Paul Bakker
<polarssl_maintainer at polarssl dot org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
include/polarssl/rsa.h
View file @
785a9eee
...
...
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009
Paul Bakker
* Copyright (C) 2009 Paul Bakker
<polarssl_maintainer at polarssl dot org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
include/polarssl/sha1.h
View file @
785a9eee
...
...
@@ -3,7 +3,7 @@
*
* Based on XySSL: Copyright (C) 2006-2008 Christophe Devine
*
* Copyright (C) 2009
Paul Bakker
* Copyright (C) 2009 Paul Bakker
<polarssl_maintainer at polarssl dot org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
Prev
1
2
3
4
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment