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
84f12b76
Commit
84f12b76
authored
Jul 18, 2010
by
Paul Bakker
Browse files
- Updated Copyright to correct entity
parent
c38b2f5b
Changes
73
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
40 additions
and
20 deletions
+40
-20
include/polarssl/aes.h
include/polarssl/aes.h
+2
-1
include/polarssl/arc4.h
include/polarssl/arc4.h
+2
-1
include/polarssl/base64.h
include/polarssl/base64.h
+2
-1
include/polarssl/bignum.h
include/polarssl/bignum.h
+2
-1
include/polarssl/bn_mul.h
include/polarssl/bn_mul.h
+2
-1
include/polarssl/camellia.h
include/polarssl/camellia.h
+2
-1
include/polarssl/certs.h
include/polarssl/certs.h
+2
-1
include/polarssl/config.h
include/polarssl/config.h
+2
-1
include/polarssl/debug.h
include/polarssl/debug.h
+2
-1
include/polarssl/des.h
include/polarssl/des.h
+2
-1
include/polarssl/dhm.h
include/polarssl/dhm.h
+2
-1
include/polarssl/havege.h
include/polarssl/havege.h
+2
-1
include/polarssl/md2.h
include/polarssl/md2.h
+2
-1
include/polarssl/md4.h
include/polarssl/md4.h
+2
-1
include/polarssl/md5.h
include/polarssl/md5.h
+2
-1
include/polarssl/net.h
include/polarssl/net.h
+2
-1
include/polarssl/openssl.h
include/polarssl/openssl.h
+2
-1
include/polarssl/padlock.h
include/polarssl/padlock.h
+2
-1
include/polarssl/rsa.h
include/polarssl/rsa.h
+2
-1
include/polarssl/sha1.h
include/polarssl/sha1.h
+2
-1
No files found.
include/polarssl/aes.h
View file @
84f12b76
/**
* \file aes.h
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/arc4.h
View file @
84f12b76
/**
* \file arc4.h
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/base64.h
View file @
84f12b76
/**
* \file base64.h
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/bignum.h
View file @
84f12b76
/**
* \file bignum.h
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/bn_mul.h
View file @
84f12b76
/**
* \file bn_mul.h
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/camellia.h
View file @
84f12b76
/**
* \file camellia.h
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/certs.h
View file @
84f12b76
/**
* \file certs.h
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/config.h
View file @
84f12b76
/**
* \file config.h
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/debug.h
View file @
84f12b76
/**
* \file debug.h
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/des.h
View file @
84f12b76
/**
* \file des.h
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/dhm.h
View file @
84f12b76
/**
* \file dhm.h
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/havege.h
View file @
84f12b76
/**
* \file havege.h
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/md2.h
View file @
84f12b76
/**
* \file md2.h
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/md4.h
View file @
84f12b76
/**
* \file md4.h
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/md5.h
View file @
84f12b76
/**
* \file md5.h
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/net.h
View file @
84f12b76
/**
* \file net.h
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/openssl.h
View file @
84f12b76
/**
* \file openssl.h
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/padlock.h
View file @
84f12b76
/**
* \file padlock.h
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/rsa.h
View file @
84f12b76
/**
* \file rsa.h
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
include/polarssl/sha1.h
View file @
84f12b76
/**
* \file sha1.h
*
* Copyright (C) 2006-2010, Paul Bakker <polarssl_maintainer at polarssl.org>
* Copyright (C) 2006-2010, Brainspark B.V.
* Lead Maintainer: Paul Bakker <polarssl_maintainer at polarssl.org>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
...
...
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