2014-03-19 |
Andre Heinecke |
Updated build notes
|
2014-03-18 |
Andre Heinecke |
Add certificate installation for windows
|
2014-03-18 |
Andre Heinecke |
Update notes in build.sh script
|
2014-03-18 |
Bernhard Reiter |
Tiny improvement: free resources first that you have aquired last. Added TODO for better error reporting.
|
2014-03-18 |
Andre Heinecke |
Comment out validate instructions for now to avoid unused warnings
|
2014-03-18 |
Andre Heinecke |
Improve error handling free memory before exiting. Include line endings in Marker lines
|
2014-03-18 |
Andre Heinecke |
Use correct remaining size for strncpy
|
2014-03-18 |
Andre Heinecke |
Readd cppcheck to static_check dependencies
|
2014-03-18 |
Bernhard Reiter |
Fix check for malloc result, found by cppcheck.
|
2014-03-18 |
Andre Heinecke |
Use strn functions and improve error handling.
|
2014-03-18 |
Andre Heinecke |
Start work on cinst. Strhelp new helpers to work with C String
|
2014-03-18 |
Andre Heinecke |
Set -g for debug builds
|
2014-03-18 |
Andre Heinecke |
Include POLARSSL_INCLUDE_DIR in ui too
|
2014-03-18 |
Bernhard Reiter |
build.sh: added hint that requirements must be installed before building.
|
2014-03-17 |
Andre Heinecke |
Add test for software download
|
2014-03-17 |
Andre Heinecke |
Split out Header parsing into it's own function
|
2014-03-17 |
Andre Heinecke |
Remove verbose debug output
|
2014-03-17 |
Andre Heinecke |
Add test for another certificate
|
2014-03-17 |
Andre Heinecke |
Add macro for common signal setup tasks
|
2014-03-17 |
Andre Heinecke |
Rename random files to garbage to clarify what they contain
|
2014-03-17 |
Andre Heinecke |
Add an RSA key for testing
|
2014-03-17 |
Andre Heinecke |
Add test for no connection handling
|
2014-03-17 |
Andre Heinecke |
Verify that the downloaded file matches the served one
|
2014-03-17 |
Andre Heinecke |
Reset connection before the next request.
|
2014-03-14 |
Andre Heinecke |
Move SSLConnection into it's own class
|
2014-03-14 |
Andre Heinecke |
Commit first scratch of mozilla installer
|
2014-03-14 |
Andre Heinecke |
Add Downloadertest
|
2014-03-14 |
Andre Heinecke |
Some more tests and some more test data
|
2014-03-14 |
Andre Heinecke |
Treat every polarssl error as invalid signature
|
2014-03-14 |
Andre Heinecke |
Clean up debug output / functions
|
2014-03-14 |
Andre Heinecke |
Minor: Whitespace change
|
2014-03-14 |
Andre Heinecke |
Fix resource leak when file too large
|
2014-03-14 |
Andre Heinecke |
Build System maintainance. Correct integration of Polarssl.
|
2014-03-14 |
Andre Heinecke |
Add findPolarssl
|
2014-03-14 |
Andre Heinecke |
Add note about connection resets
|
2014-03-14 |
Andre Heinecke |
Check for polarssl. Add release option to build with other certificates
|
2014-03-14 |
Andre Heinecke |
Add CMakeLists in UI
|
2014-03-12 |
Andre Heinecke |
Downloader logic
|
2014-03-13 |
Andre Heinecke |
Implement signature verification wiht polarssl
|
2014-03-13 |
Andre Heinecke |
Also break the signature with carriage return
|
2014-03-13 |
Andre Heinecke |
Change to \r\n Line Endings
|
2014-03-13 |
Andre Heinecke |
Add public key parsing
|
2014-03-12 |
Andre Heinecke |
Start on polarssl Downloader.
|
2014-03-11 |
Andre Heinecke |
Move layout around. Restructure CMakeLists
|
2014-03-10 |
Andre Heinecke |
Move certificatelist to common. Add cinst directory
|
2014-02-21 |
Andre Heinecke |
Add documentation generation
|
2014-02-20 |
Andre Heinecke |
Wrap HINTERNET handles in a class to take advantage of scoping
|
2014-02-20 |
Andre Heinecke |
Move listutil again
|
2014-02-20 |
Andre Heinecke |
Add certificate class and use it
|
2014-02-20 |
Andre Heinecke |
Mark usage of goto with TODOs to remove them
|
2014-02-20 |
Andre Heinecke |
Add timed trigger for the message
|
2014-02-19 |
Andre Heinecke |
Move listuitol and add cert pinning with a test certificate
|
2014-02-19 |
Andre Heinecke |
Read out content-length and use this to skip existing files
|
2014-02-19 |
Andre Heinecke |
Use QSettings and manage downloader from mainwindow.
|
2014-02-19 |
Andre Heinecke |
Implement more downloader functionality for Windows
|
2014-02-19 |
Andre Heinecke |
Change Unknown state to UnknownValidity to avoid name clashes
|
2014-02-19 |
Andre Heinecke |
Also add Wall to GUI components. Link with crypto32 on windows
|
2014-02-14 |
Andre Heinecke |
Fix constructor usage. Too much Java.
|
2014-02-14 |
Andre Heinecke |
Split up downloader component and further implement it
|
2014-02-13 |
Andre Heinecke |
Start on Downloader component
|
2014-02-12 |
Andre Heinecke |
Actually parse all elements in the list
|
2014-02-12 |
Andre Heinecke |
Add some notes about testfile creation
|
2014-02-12 |
Andre Heinecke |
Add unit tests make CertificateList work.
|
2014-02-11 |
Andre Heinecke |
Add a test list
|
2014-02-11 |
Andre Heinecke |
Add rsa 3072 keypair for testing
|
2014-02-11 |
Andre Heinecke |
Start implementation of certificatelist parser
|
2014-02-10 |
Andre Heinecke |
Add personal build script
|
2014-02-10 |
Andre Heinecke |
Add quit action
|
2014-02-10 |
Andre Heinecke |
Build infrastructure
|
2014-02-07 |
Andre Heinecke |
Initial commit. Basically a Hello World with a Tray Icon.
|