summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-141-1/+1
|\
| * Fix typos, there is no QT_NO_SSLMarkus Goetz2010-04-131-1/+1
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-131-0/+10
|\ \ | |/
| * Document Symbian platform security requirements on Qt APIsFrans Englich2010-04-121-0/+10
* | improve mingw 64 bit supportThierry Bastian2010-03-261-1/+1
* | Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-171-5/+5
* | Port QtNetwork uses of QTime as a stopwatch to QTimestamp.Thiago Macieira2010-03-171-5/+5
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-154-3/+21
|\ \ | |/ |/|
| * SSL: Fix memleak related to local certificateMarkus Goetz2010-03-154-3/+21
* | QSslKey: Do not make OpenSSL prompt for a password on stdinMarkus Goetz2010-03-151-3/+1
|/
* Fix some foreach usage to use const refsMarkus Goetz2010-01-282-2/+2
* Core classes, examples, demos: Some changes from string to charMarkus Goetz2010-01-281-2/+2
* QSslSocket: Take better care on how we use the SSL buffersMarkus Goetz2010-01-211-3/+23
* SSL Certificate: don't crash when the END CERTIFICATE line ends without CRLFThiago Macieira2010-01-211-4/+4
* Fix QSslCertificate issuesMarkus Goetz2010-01-181-2/+12
* QSslSocket: Remove writeBuffer,readBuffer and use from QAbstractSocketMarkus Goetz2010-01-131-3/+0
* Update copyright year to 2010Jason McDonald2010-01-0623-23/+23
* Doc: Fixed qdoc warnings.David Boddie2009-11-041-2/+8
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.6David Boddie2009-11-032-3/+3
|\
| * Doc/i18n: Fixed source strings for translation.David Boddie2009-11-032-3/+3
* | Merge branch '4.6' into core-4.6Thiago Macieira2009-10-291-29/+28
|\ \
| * | QSslError: Actually make strings show up in the ts fileMarkus Goetz2009-10-281-29/+28
| |/
* | Merge remote branch 'origin/4.6' into core-4.6Thiago Macieira2009-10-281-0/+6
|\ \ | |/
| * QSslSocket: Add \reimp to the socket option functionsMarkus Goetz2009-10-261-0/+6
* | QAbstractSocket: wait with closing until all bytes have been writtenPeter Hartmann2009-10-271-0/+2
|/
* QSslSocket: Trigger a SSL transmission when reading from the socket.Markus Goetz2009-10-223-0/+17
* QSslSocket: Also handle setSocketOptionMarkus Goetz2009-10-192-0/+20
* QSslSocket: Documentation enhancementMarkus Goetz2009-10-151-0/+7
* OpenSSL wrapping: compile when configured with -openssl-linkedPeter Hartmann2009-10-053-8/+2
* Fix unresolved reference to q_sk_free with openssl 1.0Bernhard Rosenkraenzer2009-09-093-3/+10
* Fix build with openssl 1.0.0 betasBernhard Rosenkraenzer2009-09-091-1/+2
* Resolved ordinals for Qt/4.6 added OpenSSL symbols for Symbian OS.Janne Anttila2009-09-091-0/+2
* Update license headers again.Jason McDonald2009-09-0923-92/+92
* QtNetwork: More Coverity fixesMarkus Goetz2009-09-011-1/+7
* QSslCertificate: fix previous patch, add autotest and documentationPeter Hartmann2009-09-011-3/+3
* QSslCertificate: Add + 1 to serialNumberRaul Metsma2009-09-011-2/+2
* Implement QSslCertificate::version() and QSslCertificate::serialNumber()Raul Metsma2009-09-013-0/+11
* Doc for QSslError constructor parameters fixed each cons.Peter Yard2009-09-011-3/+12
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-3123-299/+299
|\
| * Update tech preview license header.Jason McDonald2009-08-3123-299/+299
| * Fix parsing of Subject Alternate Names in Qt.Thiago Macieira2009-08-281-1/+1
* | Fix QSslCertificate::alternateSubjectNames() memory leakRaul Metsma2009-08-313-1/+4
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-271-4/+2
|\ \ | |/
| * QSslSocket: Clarified doc about QSslSocket::systemCaCertificatesMarkus Goetz2009-08-271-4/+2
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-241-0/+9
|\ \ | |/
| * QSslSocket: Clear readBuffer and writeBuffer on close()Markus Goetz2009-08-181-0/+9
| * Eliminate some mentions of Trolltech.Jason McDonald2009-08-112-2/+2
| * Update license headers.Jason McDonald2009-08-1123-23/+23
* | Fix the last fix to QList.Thiago Macieira2009-08-241-1/+1
* | Removing #ifdef guards around inlcude statements.Aleksandar Sasha Babic2009-08-211-2/+0