Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
mbedtls
Commits
84f12b76
Commit
84f12b76
authored
Jul 18, 2010
by
Paul Bakker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Updated Copyright to correct entity
parent
c38b2f5b
Changes
73
Hide whitespace changes
Inline
Side-by-side
Showing
73 changed files
with
146 additions
and
73 deletions
+146
-73
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
include/polarssl/sha2.h
include/polarssl/sha2.h
+2
-1
include/polarssl/sha4.h
include/polarssl/sha4.h
+2
-1
include/polarssl/ssl.h
include/polarssl/ssl.h
+2
-1
include/polarssl/timing.h
include/polarssl/timing.h
+2
-1
include/polarssl/version.h
include/polarssl/version.h
+2
-1
include/polarssl/x509.h
include/polarssl/x509.h
+2
-1
include/polarssl/xtea.h
include/polarssl/xtea.h
+2
-1
library/aes.c
library/aes.c
+2
-1
library/arc4.c
library/arc4.c
+2
-1
library/base64.c
library/base64.c
+2
-1
library/bignum.c
library/bignum.c
+2
-1
library/camellia.c
library/camellia.c
+2
-1
library/certs.c
library/certs.c
+2
-1
library/debug.c
library/debug.c
+2
-1
library/des.c
library/des.c
+2
-1
library/dhm.c
library/dhm.c
+2
-1
library/havege.c
library/havege.c
+2
-1
library/md2.c
library/md2.c
+2
-1
library/md4.c
library/md4.c
+2
-1
library/md5.c
library/md5.c
+2
-1
library/net.c
library/net.c
+2
-1
library/padlock.c
library/padlock.c
+2
-1
library/rsa.c
library/rsa.c
+2
-1
library/sha1.c
library/sha1.c
+2
-1
library/sha2.c
library/sha2.c
+2
-1
library/sha4.c
library/sha4.c
+2
-1
library/ssl_cli.c
library/ssl_cli.c
+2
-1
library/ssl_srv.c
library/ssl_srv.c
+2
-1
library/ssl_tls.c
library/ssl_tls.c
+2
-1
library/timing.c
library/timing.c
+2
-1
library/version.c
library/version.c
+2
-1
library/x509parse.c
library/x509parse.c
+2
-1
library/xtea.c
library/xtea.c
+2
-1
programs/aes/aescrypt2.c
programs/aes/aescrypt2.c
+2
-1
programs/hash/hello.c
programs/hash/hello.c
+2
-1
programs/hash/md5sum.c
programs/hash/md5sum.c
+2
-1
programs/hash/sha1sum.c
programs/hash/sha1sum.c
+2
-1
programs/hash/sha2sum.c
programs/hash/sha2sum.c
+2
-1
programs/pkey/dh_client.c
programs/pkey/dh_client.c
+2
-1
programs/pkey/dh_genprime.c
programs/pkey/dh_genprime.c
+2
-1
programs/pkey/dh_server.c
programs/pkey/dh_server.c
+2
-1
programs/pkey/mpi_demo.c
programs/pkey/mpi_demo.c
+2
-1
programs/pkey/rsa_genkey.c
programs/pkey/rsa_genkey.c
+2
-1
programs/pkey/rsa_sign.c
programs/pkey/rsa_sign.c
+2
-1
programs/pkey/rsa_verify.c
programs/pkey/rsa_verify.c
+2
-1
programs/ssl/ssl_client1.c
programs/ssl/ssl_client1.c
+2
-1
programs/ssl/ssl_client2.c
programs/ssl/ssl_client2.c
+2
-1
programs/ssl/ssl_server.c
programs/ssl/ssl_server.c
+2
-1
programs/test/benchmark.c
programs/test/benchmark.c
+2
-1
programs/test/selftest.c
programs/test/selftest.c
+2
-1
programs/test/ssl_cert_test.c
programs/test/ssl_cert_test.c
+2
-1
programs/test/ssl_test.c
programs/test/ssl_test.c
+2
-1
programs/x509/cert_app.c
programs/x509/cert_app.c
+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
...
...
include/polarssl/sha2.h
View file @
84f12b76
/**
* \file sha2.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/sha4.h
View file @
84f12b76
/**
* \file sha4.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/ssl.h
View file @
84f12b76
/**
* \file ssl.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/timing.h
View file @
84f12b76
/**
* \file timing.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/version.h
View file @
84f12b76
/**
* \file version.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/x509.h
View file @
84f12b76
/**
* \file x509.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/xtea.h
View file @
84f12b76
/**
* \file xtea.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
...
...
library/aes.c
View file @
84f12b76
/*
* FIPS-197 compliant AES implementation
*
* 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
...
...
library/arc4.c
View file @
84f12b76
/*
* An implementation of the ARCFOUR algorithm
*
* 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
...
...
library/base64.c
View file @
84f12b76
/*
* RFC 1521 base64 encoding/decoding
*
* 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
...
...
library/bignum.c
View file @
84f12b76
/*
* Multi-precision integer library
*
* 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
...
...
library/camellia.c
View file @
84f12b76
/*
* Camellia implementation
*
* 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
...
...
library/certs.c
View file @
84f12b76
/*
* X.509 test certificates
*
* 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
...
...
library/debug.c
View file @
84f12b76
/*
* Debugging routines
*
* 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
...
...
library/des.c
View file @
84f12b76
/*
* FIPS-46-3 compliant Triple-DES implementation
*
* 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
...
...
library/dhm.c
View file @
84f12b76
/*
* Diffie-Hellman-Merkle key exchange
*
* 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
...
...
library/havege.c
View file @
84f12b76
/*
* HAVEGE: HArdware Volatile Entropy Gathering and Expansion
*
* 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
...
...
library/md2.c
View file @
84f12b76
/*
* RFC 1115/1319 compliant MD2 implementation
*
* 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
...
...
library/md4.c
View file @
84f12b76
/*
* RFC 1186/1320 compliant MD4 implementation
*
* 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
...
...
library/md5.c
View file @
84f12b76
/*
* RFC 1321 compliant MD5 implementation
*
* 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
...
...
library/net.c
View file @
84f12b76
/*
* TCP networking functions
*
* 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
...
...
library/padlock.c
View file @
84f12b76
/*
* VIA PadLock support functions
*
* 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
...
...
library/rsa.c
View file @
84f12b76
/*
* The RSA public-key cryptosystem
*
* 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
...
...
library/sha1.c
View file @
84f12b76
/*
* FIPS-180-1 compliant SHA-1 implementation
*
* 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
...
...
library/sha2.c
View file @
84f12b76
/*
* FIPS-180-2 compliant SHA-256 implementation
*
* 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
...
...
library/sha4.c
View file @
84f12b76
/*
* FIPS-180-2 compliant SHA-384/512 implementation
*
* 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
...
...
library/ssl_cli.c
View file @
84f12b76
/*
* SSLv3/TLSv1 client-side functions
*
* 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
...
...
library/ssl_srv.c
View file @
84f12b76
/*
* SSLv3/TLSv1 server-side functions
*
* 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
...
...
library/ssl_tls.c
View file @
84f12b76
/*
* SSLv3/TLSv1 shared functions
*
* 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
...
...
library/timing.c
View file @
84f12b76
/*
* Portable interface to the CPU cycle counter
*
* 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
...
...
library/version.c
View file @
84f12b76
/*
* Version information
*
* 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
...
...
library/x509parse.c
View file @
84f12b76
/*
* X.509 certificate and private key decoding
*
* 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
...
...
library/xtea.c
View file @
84f12b76
/*
* An 32-bit implementation of the XTEA algorithm
*
* 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
...
...
programs/aes/aescrypt2.c
View file @
84f12b76
/*
* AES-256 file encryption program
*
* 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
...
...
programs/hash/hello.c
View file @
84f12b76
/*
* Classic "Hello, world" demonstration program
*
* 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
...
...
programs/hash/md5sum.c
View file @
84f12b76
/*
* md5sum demonstration program
*
* 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
...
...
programs/hash/sha1sum.c
View file @
84f12b76
/*
* sha1sum demonstration program
*
* 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
...
...
programs/hash/sha2sum.c
View file @
84f12b76
/*
* sha2sum demonstration program
*
* 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
...
...
programs/pkey/dh_client.c
View file @
84f12b76
/*
* Diffie-Hellman-Merkle key exchange (client side)